Commit Graph

12 Commits

Author SHA1 Message Date
c60235f281 Switch adapter from '@sveltejs/adapter-auto' to '@sveltejs/adapter-node' and add SvelteKitPWA plugin to Vite configuration 2025-07-19 09:37:04 -04:00
46300f540d Format code for better readability in cron job setup 2025-07-18 23:09:04 -04:00
3225ebb986 kinda there 2025-07-18 23:02:01 -04:00
3e7572f3a3 Refactor budget and transaction state management to use $derived for improved reactivity 2025-07-08 22:00:27 -04:00
883a5f2642 Remove unused update function from budget layout and add update functionality to settings page 2025-07-08 21:58:45 -04:00
7cc8500fc7 Add getAccount function and update account data retrieval in the account page 2025-07-08 21:54:20 -04:00
592d21592b Add settings page to manage hidden accounts and deleted budgets; implement data loading from the database. 2025-07-08 21:45:01 -04:00
aaa675b6ee Enhance account management: add functionality to hide accounts and retrieve hidden accounts; update API to handle account visibility settings. 2025-07-08 21:00:49 -04:00
61d2a258fc Add account management features and integrate Tailwind CSS typography
- Implement setAccountInTotal and deleteBudget functions in db.js
- Update budget handling in the budget server API
- Add DELETE endpoint for budget removal
- Enhance account page with delete functionality and confirmation modal
- Include @tailwindcss/typography in package.json and app.css
2025-07-07 21:43:36 -04:00
3bc6b9ab7c Implement account and transaction upsert functionality; add updateAccounts API endpoint 2025-07-07 18:35:00 -04:00
824a23765e Structure coming along 2025-07-05 10:07:47 -04:00
7900ecaaf8 Initial commit 2025-06-29 15:15:31 -04:00