Trek_CN/client/src
Maurice 0e3d9f6ddc fix: reservation card header overlap on mobile (#810)
Status and category chips collided with the reservation title on
narrow viewports because the header was a single-line flex with
inline chips of natural width. flexWrap on the outer row plus the
inner chip group lets the title+actions drop to a second row when
content overflows, so the chips and the title never overlap.
2026-04-21 21:46:58 +02:00
..
api fix: tighten 401 redirect allowlist and add reset-password paths 2026-04-20 21:55:15 +02:00
components fix: reservation card header overlap on mobile (#810) 2026-04-21 21:46:58 +02:00
db fix(offline): cache accommodations, trip members, tags, and categories for full offline support 2026-04-14 23:50:52 +02:00
hooks fix(test): initialize useCountUp to target immediately in jsdom to fix AdminPage stat test 2026-04-19 14:27:08 +02:00
i18n feat(dashboard): add pre-copy confirmation modal showing what will and won't be copied 2026-04-21 20:45:23 +02:00
pages feat(dashboard): add pre-copy confirmation modal showing what will and won't be copied 2026-04-21 20:45:23 +02:00
repo feat(import): selective GPX/KML element import and performance improvements 2026-04-18 01:28:37 +02:00
services feat(import): selective GPX/KML element import and performance improvements 2026-04-18 01:28:37 +02:00
store add mapbox gl option, gps location, journey reorder + polish 2026-04-19 01:41:02 +02:00
sync fix(offline): cache accommodations, trip members, tags, and categories for full offline support 2026-04-14 23:50:52 +02:00
utils fix(journey): fix issue #704 — active logic, archive, places rename, search, trip reminders 2026-04-17 16:59:23 +02:00
App.test.tsx test(client): expand frontend test suite to 69.1% coverage 2026-04-07 21:56:08 +02:00
App.tsx feat(auth): add email-based password reset with MFA + session invalidation 2026-04-20 14:06:42 +02:00
index.css add mapbox gl option, gps location, journey reorder + polish 2026-04-19 01:41:02 +02:00
main.tsx refactoring: TypeScript migration, security fixes, 2026-03-27 18:40:18 +01:00
types.ts fix(reservations): show day date range on accommodation cards 2026-04-21 18:12:40 +02:00