Skip to content

Releases: mildronize/bunsheet

v1.5.0

24 Aug 12:53
Compare
Choose a tag to compare

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

28 Apr 07:23
5e9d5fc
Compare
Choose a tag to compare

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
add edit
Recent Transaction Page Setting Page
recent settings

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

19 Apr 09:55
4f06576
Compare
Choose a tag to compare

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

Edit Transaction Form Recent Transaction (with Queue Count)
IMG_0154 IMG_0155

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Apr 16:32
ae7f23a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Apr 05:01
Compare
Choose a tag to compare

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
IMG_0159 2 IMG_0156
Account Autocomplete Text Field Category Autocomplete Text Field
IMG_0158 IMG_0157

Full Changelog: v1.0.0...v1.1.0

v1.0.0

15 Apr 04:56
Compare
Choose a tag to compare

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