Trek_CN/client/tests/unit
jubnl a07e76c740
fix(login): address review feedback on language dropdown PR
- Fix import path: use i18n barrel instead of TranslationContext directly
- Encapsulate localStorage key behind hasStoredLanguage() helper in settingsStore
- Fix pt-BR detection: only map pt-BR to br, pt-PT now returns null correctly
- Add comment linking server SUPPORTED_LANG_CODES to canonical client source
- Extract /api/config inline handler to routes/publicConfig.ts
- Add aria-haspopup, aria-expanded, role=listbox/option, aria-selected to dropdown
- Add 8 tests for detectBrowserLanguage (FE-COMP-I18N-016–023)
- Add 3 tests for setLanguageTransient (FE-STORE-SETTINGS-015–017)
2026-04-15 03:04:25 +02:00
..
api fix(tests): use node:buffer.Blob so URL.createObjectURL works on Node 22 2026-04-07 23:54:01 +02:00
db feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00
hooks test(front): add test suite frontend (WIP) 2026-04-07 12:31:09 +02:00
i18n fix(login): address review feedback on language dropdown PR 2026-04-15 03:04:25 +02:00
remoteEventHandler test(front): add test suite frontend (WIP) 2026-04-07 12:31:09 +02:00
repo feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00
services test: expand frontend test suite to 82% coverage 2026-04-08 21:14:49 +02:00
slices feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00
stores fix(login): address review feedback on language dropdown PR 2026-04-15 03:04:25 +02:00
sync feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00
utils fix(pwa): fix offline session redirect and file download auth (#505 #541) 2026-04-14 21:48:25 +02:00
tripStore.test.ts feat(pwa): implement real offline mode with IndexedDB sync 2026-04-14 23:04:25 +02:00