siftlode/frontend/src
npeter83 ad77a1751e fix(notifications): access-requests nudge auto-clears on approval
The admin access-requests notice was issued from the on-user-load effect (keyed
on user id), so it only re-resolved on a fresh load — it lingered until F5 after
an approval dropped the pending count to 0. Move it to its own effect keyed on
the pending count, so approving/denying (which refetches /api/me) clears or
re-counts the notice live.
2026-06-26 01:19:01 +02:00
..
components fix(notifications): Review link opens the Access requests tab, not the last-used one 2026-06-26 01:05:14 +02:00
i18n feat(youtube): optional egress proxy for YouTube API calls 2026-06-26 00:32:17 +02:00
lib fix(url): strip leftover query string once signed in 2026-06-26 01:13:26 +02:00
App.tsx fix(notifications): access-requests nudge auto-clears on approval 2026-06-26 01:19:01 +02:00
index.css fix(messages): make the dock new-message flash actually visible 2026-06-26 00:00:21 +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