Feature: Karten-UI vollständig Dark-Mode-fähig
Filter-Chips, Status-Pille und Popup-Ballons passen sich dem Dark-Mode an: - .map-legend-btn: dunkel frosted-glass (rgba(24,20,16,0.88)) statt weiß - .map-legend-all (Filter-Btn): entsprechend dunkler Ton - .map-statusbar: dunkler Hintergrund + helle Schrift - .leaflet-popup-content-wrapper/.tip: --c-surface (#241C14) statt weiß Aktive Tabs behalten Layer-Farbe, Marker-Farben bleiben unverändert. components.css ?v=1015, SW by-v1024, APP_VER 1024
This commit is contained in:
parent
2cf0bc0d97
commit
059002670a
5 changed files with 71 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1023'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1024'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
const IS_STAGING = location.hostname === 'staging.banyaro.app';
|
||||
// Cache-Bust-Parameter nach Update-Reload sofort entfernen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue