You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a bug the broke the tx form
- If favorites weren't set and the tx was launched from a non-expense account it would break
- Adds `flutter_launcher_icons` dev dependency
- Introduced a couple icon-related changes for Android launch
Adds transaction deletion
- Implements transaction deletions via Dismissables (TODO: improved txn storage architecture)
- Fixes a bug where adding and transaction while viewing a specific
account would break the UI
Corrections
- Fixes the case when the floating action button is pressed while
viewing a transactions-only account (was just a placeholder snackbar
before). Now takes user to txn form with the toAccount populated
correctly
- Renders newly created txns in list after saving (`listen: true`)
- Displays "No transactions." if an account has none in the TxnsView
widget