siftlode/frontend/src
npeter83 ec78c48a17 fix(inbox): access-requests nudge points to Users + a jump link, no pile-up
The pending-access-requests notification still said "review in Settings -> Account",
but that moved to the new Users page in 5a. Update the text (EN/HU/DE), and give the
notification a durable inbox link ("Review" -> Users page) via a new access-requests
meta kind (persists across reload, unlike a live action callback). Also stop it
piling up: persisted notices reload as dismissed history, so the old dedupe never
matched and a fresh copy was added every load — now removeByMetaKind drops any prior
access-requests notice before re-issuing, keeping exactly one current nudge.
2026-06-19 16:10:08 +02:00
..
components fix(inbox): access-requests nudge points to Users + a jump link, no pile-up 2026-06-19 16:10:08 +02:00
i18n fix(inbox): access-requests nudge points to Users + a jump link, no pile-up 2026-06-19 16:10:08 +02:00
lib fix(inbox): access-requests nudge points to Users + a jump link, no pile-up 2026-06-19 16:10:08 +02:00
App.tsx fix(inbox): access-requests nudge points to Users + a jump link, no pile-up 2026-06-19 16:10:08 +02:00
index.css feat(toast): surface toasts bottom-left by the bell, brighter dark rim 2026-06-17 14:28:29 +02:00
main.tsx feat(ui): reusable app-styled confirm dialog, replacing window.confirm 2026-06-15 15:06:47 +02:00
vite-env.d.ts feat(i18n): foundation — react-i18next, language switcher, server-persisted choice 2026-06-15 00:30:34 +02:00