Spinner eingebaut

Fehlermeldungen pro TAB getrennt
This commit is contained in:
2024-08-28 15:28:37 +00:00
parent 41d252d564
commit 080a5dad1c
16 changed files with 124 additions and 37 deletions
+9
View File
@@ -238,3 +238,12 @@ export const cityCoords = async (city) => {
}
}
// table to distribute the different charts
export const ttIndex = Object.freeze({
map: 0,
live: 1,
havg: 2,
davg: 3,
daynight: 4,
lden: 5
})