project-nomad/admin/inertia
Chris Sherwood 6f0c829d36 fix: Notification auto-dismiss not working due to stale closure
The removeNotification function was using a stale reference to the
notifications array from the closure scope, causing the setTimeout
callback to filter against an outdated state.

Changed to use functional update pattern (prev => prev.filter(...))
which correctly references the current state when the timeout fires.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 10:06:44 -08:00
..
app fix: hide query devtools in prod 2025-12-02 08:39:58 -08:00
components feat(Maps): enhance missing assets warnings 2026-01-15 15:54:59 -08:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css feat: alert and button styles redesign 2025-11-30 23:32:16 -08:00
hooks feat: easy setup wizard 2026-01-15 15:54:59 -08:00
layouts feat: [wip] self updates 2026-01-15 15:54:59 -08:00
lib feat: [wip] self updates 2026-01-15 15:54:59 -08:00
pages feat: auto-fetch latest curated collections 2026-01-16 10:35:37 -08:00
providers fix: Notification auto-dismiss not working due to stale closure 2026-01-19 10:06:44 -08:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00