Releases: mildronize/bunsheet
Releases · mildronize/bunsheet
v1.5.0
What's Changed
- Month Budget & Realtime with Better Signalr Status and Health check by @mildronize in #17
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Feature
- Improve recent transaction design more cleaner and more dense
- Convert Transaction Form into Swipeable Drawer for both add & edit transaction
- Add AppBar for all page layout
- Use Global Loading from zustand
- Remove poison queue message count from setting page
Add Transaction Drawer | Edit Transaction Drawer |
---|---|
Recent Transaction Page | Setting Page |
What's Changed
- add global loading page when the server is sleeping modeMain.next by @mildronize in #7
- Revert "add global loading page when the server is sleeping modeMain.next" by @mildronize in #8
- Convert Transaction Form into Swipeable Drawer by @mildronize in #11
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Changes
- Each transaction item can be viewed and edited.
- After Add/Edit Redirect the previous page
- Refactor local react state bottomNavigation into page router
- Add Count Queue Chip on recent transaction page
- Disable react query cache, until find a way to invalidate it ( The issue #4 is postponed)
- Add loading on recent transactions page
What's Changed
- Make transaction can be view and edited by @mildronize in #3
Edit Transaction Form | Recent Transaction (with Queue Count) |
---|---|
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add PWA by @mildronize in #2
New Contributors
- @mildronize made their first contribution in #2
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Feature
- add bottomNavigation for switch tab
- add cache on localStorage for ReactQuery
- transaction get api
- setup cache table for transaction from google sheet to Azure Storage Table
- delete invalid rows from google sheet (Azure Functions)
Add Transaction Form | Settings Page |
---|---|
Account Autocomplete Text Field | Category Autocomplete Text Field |
Full Changelog: v1.0.0...v1.1.0
v1.0.0
One page for add transaction into Azure Storage Queue, then Azure Functions will trigger on Storage Queue message incoming for adding new row of the google sheet
Full Changelog: https://github.com/mildronize/my-budget-app/commits/v1.0.0