Merge pull request #179 from Pax1601/atc-mission-board

Atc mission board
This commit is contained in:
Pax1601
2023-04-11 15:23:09 +02:00
committed by GitHub
15 changed files with 911 additions and 445 deletions

View File

@@ -65,7 +65,7 @@ function setup() {
let atcFeatureSwitch = featureSwitches.getSwitch("atc");
if (atcFeatureSwitch?.isEnabled()) {
atc = new ATC();
// TODO: add back buttons
atc.startUpdates();
}
@@ -217,6 +217,7 @@ function setupEvents() {
el.classList.toggle( "hide" );
})
});
}
export function getMap() {