Trek_CN/client/src
Julien G. 117942f45e
v3.0.21 Bug Fixes (#998)
* fix(journey): remove photo upload count limit and surface upload errors (#997)

Removes the arbitrary 10-file cap on journey entry photo uploads and 20-file
cap on gallery uploads. MulterErrors now return proper 4xx responses instead
of 500, and the client surfaces the server error message via toast rather than
silently trapping the user in the post editor overlay.

* fix(planner): remove correct assignment when place assigned to same day multiple times

When a place was assigned to the same day more than once, the "Remove from day"
button in PlaceInspector always deleted the first assignment (Array.find on
place.id) instead of the currently selected one. Now prefers selectedAssignmentId
when available.

Fixes #1005

* fix(map): enable 3D terrain for Mapbox outdoors style in trip planner

wantsTerrain() only matched satellite styles, so the outdoors-v12 style
was flat in the planner despite showing correct 3D terrain in the settings
preview. Added outdoors-v12 to the allowlist; marker drift is already
handled by syncMarkerAltitudes().

Fixes #1002

* fix(maps): send Referer header on Google API calls when APP_URL is set

Supports HTTP referrer restrictions on GCP API keys. Documents the
restriction types and photo troubleshooting steps in the wiki.
2026-05-16 00:53:02 +02:00
..
api v3.0.16 — bug fixes (#964) 2026-05-06 21:38:40 +02:00
components v3.0.21 Bug Fixes (#998) 2026-05-16 00:53:02 +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 v3.0.21 Bug Fixes (#998) 2026-05-16 00:53:02 +02:00
pages v3.0.21 Bug Fixes (#998) 2026-05-16 00:53:02 +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 fix(journey,pdf): journey reorder sort_order + PDF multi-day transport (#848) 2026-04-23 10:53:32 +02:00
sync v3.0.16 — bug fixes (#964) 2026-05-06 21:38:40 +02:00
utils v3.0.19 Bug Fixes (#992) 2026-05-13 10:13:17 +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 v3.0.16 — bug fixes (#964) 2026-05-06 21:38:40 +02:00
index.css Bug fixes - April 30th 2026 (#936) 2026-05-01 01:43:19 +02:00
main.tsx v3.0.16 — bug fixes (#964) 2026-05-06 21:38:40 +02:00
types.ts security: login timing enumeration fix + dep CVE patches (v3.0.18) (#984) 2026-05-10 16:03:15 +02:00