Swimo is about the budget. Make it yours!
Pre-releaseNEW in v0.2 :
This release focuses on various improvements to the budget table:
-
Envelopes are now editable: click on any amount in the "Envelope" column, edit the amount, and press Enter or click outside of the cell to save it. The table is automatically updated and saved!
-
Totals are computed and displayed at the bottom of table.
-
Introducing 'Conditional Formatting': Some lines are automatically highlighted to draw your attention on certain alert levels:
- when your expenses reach 90% or more of the envelope budget, the line is highlighted with a light orange tone
- when you're over budget, the line turns to a white on red scheme
Please Note: The number of budget categories and their name is not editable in the UI yet. These data are hardcoded in the src/lib/settings.jsx
file. Feel free to modify it to your own convenience there, by using the same JSON-based format. Be sure to modify both the budget
and categories
JSON objects.