Trek_CN/shared/src
Maurice ebbbf91d60 fix(dashboard): show an error instead of a blank trip list when the server is unreachable (#1283)
When the backend or identity provider was unreachable, a returning user with a
persisted session landed on the dashboard with an empty trip grid and no error.
That looks identical to a logged-in user who simply has no trips, so people
assumed their data had been lost.

Three client-side layers were quietly swallowing the failure: the auth check
only cleared state on a 401, so a 5xx or a network error left the stale session
in place and kept rendering the protected route; the offline-first trip repo
turned a failed fetch into the empty cache without throwing; and the dashboard
had neither an error nor an empty state, so a blank grid meant both "outage" and
"no trips".

The auth check now tells genuine offline (keep serving the cache silently, the
PWA happy path) apart from a server outage while online (keep the session but
flag it). The dashboard shows a reassuring "couldn't reach the server, your
trips are safe" banner with a retry, and a real zero-trip account finally gets a
proper empty state so the two cases never look alike. New strings added across
all locales.
2026-06-23 21:23:39 +02:00
..
admin v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
airport Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
airtrail v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
assignment v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
atlas v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
auth v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
backup v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
budget v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
category v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
collab v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
common v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
config Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
day v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
file v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
i18n fix(dashboard): show an error instead of a blank trip list when the server is unreachable (#1283) 2026-06-23 21:23:39 +02:00
journey v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
maps v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
notification v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
oauth v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
oidc v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
packing v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
place v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
reservation v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
sanitize v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
settings v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
share v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
system-notice Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
tag v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
todo v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
trip v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
vacay v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
weather v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
index.ts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00