BillTracker/client
null 5eed5932b4 feat: replace native confirm() with shadcn/ui AlertDialog (v0.23.3)
- TrackerPage: confirm('Mark as paid?') → AlertDialog with dynamic bill name
- DataPage: window.confirm('Import SQLite?') → AlertDialog for import confirmation
- Both dialogs use proper shadcn/ui components (AlertDialogAction/Cancel)
- Theme-aware, accessible, consistent with app design system
- STRUCTURE.md: corrected tech stack (Vite+React, not Next.js)
- Version bumped to 0.23.3
2026-05-10 14:36:59 -05:00
..
components v0.21.1: Loading Skeletons & Async State 2026-05-10 01:35:41 -05:00
contexts initial commit 2026-05-03 19:51:57 -05:00
hooks v0.22.0: React Query Migration 2026-05-10 03:10:43 -05:00
lib feat: replace native confirm() with shadcn/ui AlertDialog (v0.23.3) 2026-05-10 14:36:59 -05:00
pages feat: replace native confirm() with shadcn/ui AlertDialog (v0.23.3) 2026-05-10 14:36:59 -05:00
public/img logo 2026-05-03 22:33:21 -05:00
App.jsx v0.22.0: React Query Migration 2026-05-10 03:10:43 -05:00
api.js feat: add admin about page with security hardening 2026-05-09 16:25:12 -05:00
index.css v0.20.0: admin dashboard with roadmap and activity log 2026-05-09 21:14:21 -05:00
main.jsx v0.20.7: Keyboard navigation and ARIA accessibility 2026-05-10 00:18:36 -05:00