7 Commits

Author SHA1 Message Date
2ce47ee305 updated README.md 2026-04-11 00:40:14 +03:00
90b2abd587 stuff
Some checks failed
Build Linux / build (push) Failing after 23s
2026-04-09 23:56:34 +03:00
d8dea1913a Added multi-currency support, account/budget management, and settings
All checks were successful
Build Linux / build (push) Successful in 1m8s
- Primary account determines app-wide reference currency; all totals, charts, and summaries convert to it automatically using live rates

- Transactions show both converted and original amounts for cross-currency accounts; IsMultiCurrency recalculates on primary currency change

- Exchange rates fetched live on account save and broadcast via RatesRefreshed so all views update without a restart

- Account create/edit/delete with currency, icon, color, and primary toggle

- Budget create/edit/delete; savings goal dialog

- Settings view: display name, avatar upload, theme, language

- Removed currency selector from Settings (follows primary account)

- Fixed account list sort: primary first, then oldest CreatedAt, per group

- Fixed total balance overlap in dashboard accounts card
2026-04-03 02:39:51 +03:00
99ce4b8e55 a
All checks were successful
Build Linux / build (push) Successful in 1m10s
2026-04-01 21:46:25 +03:00
bdf52e82af Added Budgets Create/Update/Delete, Account Create/Update/Delete, and fully added settings tab, and refactored a lot of the data logic 2026-04-01 21:34:36 +03:00
b50ee1a251 Add gitignore 2026-03-19 04:07:27 +03:00
9704f9f36d Initial Commit 2026-03-19 04:03:19 +03:00