docs: update HISTORY.md and FUTURE.md for v0.23.3
This commit is contained in:
parent
5eed5932b4
commit
6d488aa8bd
|
|
@ -3,7 +3,7 @@
|
|||
**This document tracks potential future enhancements for Bill Tracker.**
|
||||
|
||||
**Last Updated:** 2026-05-10
|
||||
**Current Version:** v0.23.2
|
||||
**Current Version:** v0.23.3
|
||||
|
||||
## How to Use This Document
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# Bill Tracker — Changelog
|
||||
|
||||
## v0.23.3
|
||||
|
||||
### Changed
|
||||
- **Replaced native `confirm()` with shadcn/ui AlertDialog** — TrackerPage (mark as paid) and DataPage (import confirmation) now use themed, accessible AlertDialog components instead of browser-native `confirm()` dialogs. Consistent with the app's design system and supports dark/light mode.
|
||||
- **STRUCTURE.md tech stack corrected** — Updated from "Next.js App Router" to the actual stack (Vite + React + Tailwind + shadcn/ui + Sonner)
|
||||
|
||||
## v0.23.2
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Reference in New Issue