brewlog/src
Jon Seager e58ea5758f
feat(backup): add database reset action to account page
- Add reset() method to BackupService that deletes all 8 coffee tables
  in a transaction, respecting FK constraint order
- Add POST /api/v1/backup/reset endpoint (requires auth)
- Add "Reset Database" button with double-confirmation to account page
- Stack data buttons vertically on mobile for better layout
2026-02-07 08:45:30 +00:00
..
application feat(backup): add database reset action to account page 2026-02-07 08:45:30 +00:00
domain perf(auth): fix N+1 queries in WebAuthn authentication 2026-02-06 18:18:58 +00:00
infrastructure feat(backup): add database reset action to account page 2026-02-07 08:45:30 +00:00
presentation feat(tasting-notes): add "creamy" to vegetal flavour category 2026-02-06 18:51:28 +00:00
lib.rs feat(ui): redesign with theme tokens, dark mode, and reusable components 2026-02-05 17:03:09 +00:00
main.rs refactor(logging): switch to env-based log format with HTTP tracing 2026-02-05 18:13:19 +00:00