Trek_CN/client
Maurice 3554fde8d6 fix(dashboard): persist the currency & timezone widgets so an upgrade keeps them (#1311)
The currency and timezone widgets stored their state only in browser localStorage, so a (docker) upgrade that clears site storage reset them to defaults — unlike every other preference, which is saved server-side. Persist them through the per-user settings store (no schema change; the settings table takes arbitrary keys) and migrate any existing localStorage values on first load so users keep their picks. dashboard_timezones is left unset by default so the widget can tell 'never chosen' from an explicitly emptied list.
2026-06-27 20:14:52 +02:00
..
e2e Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
public ui(trip): replace plane loading animation with TREK logo GIF 2026-04-05 17:28:04 +02:00
scripts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
src fix(dashboard): persist the currency & timezone widgets so an upgrade keeps them (#1311) 2026-06-27 20:14:52 +02:00
tests fix(map): draw the hotel-to-hotel leg on a transfer day with no activities (#1297) 2026-06-27 20:14:52 +02:00
.gitignore Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
.prettierrc Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
eslint.config.mjs Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
index.html fix(pwa): use the self-contained app icon for the favicon so it shows on dark tabs (#1328) 2026-06-27 20:14:52 +02:00
package.json feat(maps): add MapLibre OpenFreeMap support (#1317) 2026-06-27 20:14:52 +02:00
playwright.config.ts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
postcss.config.js Initial commit — NOMAD (Navigation Organizer for Maps, Activities & Destinations) 2026-03-18 23:58:08 +01:00
tailwind.config.js Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
tsconfig.json Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
vite.config.js feat(maps): add MapLibre OpenFreeMap support (#1317) 2026-06-27 20:14:52 +02:00
vitest.config.ts fix(tests): restore native AbortController for undici fetch compatibility 2026-04-14 15:08:55 +02:00