fix: map lifecycle crash, state persistence with pinia-persistedstate, and premium business details UI

This commit is contained in:
2026-03-03 13:21:09 -05:00
parent cdde701f9f
commit cfe9286fcb
13 changed files with 569 additions and 329 deletions

View File

@ -85,13 +85,13 @@ html.light-theme {
--header-bg: rgba(255, 255, 255, 0.85);
--header-text: #0f172a;
--card-bg: rgba(255, 255, 255, 0.95);
--hover-bg: rgba(37, 99, 235, 0.05); /* Soft Blue hover */
--hover-bg: rgba(254, 231, 21, 0.08);
--glass-bg: rgba(255, 255, 255, 0.8);
--glass-border: rgba(37, 99, 235, 0.1);
--glass-border: rgba(254, 231, 21, 0.2);
--shadow: 0 15px 40px rgba(15, 23, 42, 0.1);
--active-bg: rgba(37, 99, 235, 0.1);
--active-color: #2563eb; /* Premium Nexus Blue */
--accent-color: #2563eb;
--active-bg: rgba(254, 231, 21, 0.15);
--active-color: #fee715;
--accent-color: #fee715;
}
html,