4 Commits

Author SHA1 Message Date
5069b6b32a more ui refactoring & theme controller 2025-03-21 19:09:34 +00:00
a4574baf45 tested theming 2025-03-20 22:50:46 +00:00
9fcde51584 fixed broken layouts 2025-03-20 13:41:50 +00:00
4041e9472a
refactor(source): css (#171)
* separate css into several files by topic, move all css into assets

Make separate files for all css topics like leaflet and move its into
the assets folder.

This way only one include from index.ts points to an index.tsx in assets
including all the css files.

* fix up compiling

* extract more css imports, unify imports in a css.tsx file

* separate external css & internal css

* renamed icons.css in marker-icons.css

---------

Co-authored-by: Anton Tranelis <mail@antontranelis.de>
2025-03-03 19:42:59 +01:00