Furhter improvements to velopark: better icons, improvements to loading

This commit is contained in:
Pieter Vander Vennet 2024-01-17 18:08:14 +01:00
parent 5a48a2e19c
commit 8bcc8820ac
10 changed files with 560 additions and 381 deletions

View file

@ -36,7 +36,7 @@ export default class Constants {
"import_candidate",
"usersettings",
"icons",
"filters"
"filters",
] as const
/**
* Layer IDs of layers which have special properties through built-in hooks
@ -117,7 +117,9 @@ export default class Constants {
*/
private static readonly _defaultPinIcons = [
"pin",
"bug",
"square",
"square_rounded",
"circle",
"checkmark",
"clock",