Trek_CN/client/tests
jubnl 9012bffabc
fix(atlas): constrain bucket list width to prevent panel overflow
With 30+ bucket list entries the panel expanded to near-full viewport
width, elongating the Stats tab, hiding overflow entries, and covering
the Leaflet zoom controls. Measure the stats content width via
ResizeObserver and use it as maxWidth on the horizontal bucket row so
scroll activates exactly when entries exceed the stats panel width.

Also fixes the ResizeObserver test mock to use a class (matching the
IntersectionObserver pattern) so the instance methods are accessible.

Closes #787
2026-04-21 20:21:40 +02:00
..
environment fix(tests): restore native AbortController for undici fetch compatibility 2026-04-14 15:08:55 +02:00
helpers feat(notifications): add ntfy as a first-class notification channel 2026-04-15 13:59:25 +02:00
integration feat: add multi-day transport reservations with dedicated modal and route segmentation 2026-04-18 06:10:33 +02:00
unit fix: tighten 401 redirect allowlist and add reset-password paths 2026-04-20 21:55:15 +02:00
setup.ts fix(atlas): constrain bucket list width to prevent panel overflow 2026-04-21 20:21:40 +02:00