Simpl-Resultat/src
le king fu 9a9d3c89b9
All checks were successful
PR Check / rust (push) Successful in 22m28s
PR Check / frontend (push) Successful in 2m17s
PR Check / rust (pull_request) Successful in 22m30s
PR Check / frontend (pull_request) Successful in 2m18s
feat: dismissable banner with session-storage memory (#81)
Adds a close button and session-scoped dismissal flag so the banner
can be acknowledged for the current run but reappears on the next
app launch if the fallback is still active — matches the #81
acceptance criterion.

- sessionStorage key survives page navigation within the run, is
  cleared on app restart.
- Graceful on storage quota errors.
- New `common.close` i18n key (FR: "Fermer", EN: "Close") used as
  the aria-label of the close button.
2026-04-14 08:20:20 -04:00
..
components feat: dismissable banner with session-storage memory (#81) 2026-04-14 08:20:20 -04:00
contexts feat: add multiple profiles with separate databases and optional PIN (v0.3.0) 2026-02-16 12:54:09 +00:00
hooks feat: Maximus Account OAuth2 PKCE + machine activation + subscription check (#51, #53) 2026-04-10 14:18:51 -04:00
i18n feat: dismissable banner with session-storage memory (#81) 2026-04-14 08:20:20 -04:00
pages feat: settings banner when OAuth tokens fall back to file store (#81) 2026-04-14 08:18:41 -04:00
services feat: settings banner when OAuth tokens fall back to file store (#81) 2026-04-14 08:18:41 -04:00
shared feat: show actual transactions in budget previous year column 2026-03-10 23:03:26 -04:00
utils test: add unit tests for dateRange.ts utility 2026-03-10 23:05:32 -04:00
App.tsx Add bilingual changelog page and file-based release notes 2026-03-05 14:58:54 -05:00
main.tsx Fix updater latest.json and add log viewer in settings 2026-02-28 21:09:10 -05:00
styles.css feat: add user guide page with print/PDF support 2026-02-16 12:19:29 +00:00
vite-env.d.ts Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00