Skip to content

Swimo is about the budget. Make it yours!

Pre-release
Pre-release
Compare
Choose a tag to compare
@pwizla pwizla released this 15 Mar 17:54
· 4 commits to master since this release

NEW 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

    screen shot 2017-03-15 at 18 44 38

    • when you're over budget, the line turns to a white on red scheme

    screen shot 2017-03-15 at 18 43 49

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 budgetand categories JSON objects.