38 Commits

Author SHA1 Message Date
7ca5f67c1b Making things nicer 2025-08-01 10:18:29 -04:00
416ef3bc37 fixes and such 2025-07-31 19:22:59 -04:00
82dbefa565 added auth 2025-07-27 12:12:22 -04:00
1d2e90a183 Fixed thinking we are on login screen when really loading dashboard 2025-07-27 08:40:38 -04:00
ded6489edf better pending handling 2025-07-26 09:15:29 -04:00
cf6fed50d3 some better logging here 2025-07-26 09:12:18 -04:00
9ec5fbf75a Revert "Added logging to united"
This reverts commit d9b1a8430d.
2025-07-26 09:10:24 -04:00
d9b1a8430d Added logging to united 2025-07-26 08:34:40 -04:00
f4103953f6 some more updates 2025-07-25 17:34:32 -04:00
63a6694507 fixed budgets glictch 2025-07-25 16:42:02 -04:00
3e68f9af5b This shouldn't be there lol 2025-07-25 16:23:11 -04:00
9b2a0b63e3 New and imporved! 2025-07-25 16:22:57 -04:00
c12131e0c2 Moved to playwright 2025-07-24 20:17:11 -04:00
3791d4c9c9 Merge branch 'main' of https://git.caseytimm.com/cmtimm/budget 2025-07-23 21:11:35 -04:00
5e2aaca280 some fixes 2025-07-23 21:11:34 -04:00
9d7421442e Allow access from network in dev 2025-07-23 14:30:12 +00:00
3577f537a0 Add state logging for URL after login submission 2025-07-22 18:07:30 -04:00
c258efed51 Add logging for current URL during data pull 2025-07-22 18:05:34 -04:00
d757c35dc0 Add no-sandbox argument to Puppeteer launch options 2025-07-22 17:20:01 -04:00
8f16a3aa13 Fixed pending problmes 2025-07-21 21:07:28 -04:00
6896e42f6a improved looks 2025-07-21 17:21:02 -04:00
a417d2c52a Ui tweaks 2025-07-20 22:25:31 -04:00
9e6d1d028d Add auto pull 2025-07-20 18:49:20 -04:00
90a57f8b14 Working well enough 2025-07-20 18:47:14 -04:00
701715083f Getting decent 2025-07-20 17:56:46 -04:00
c1991aaa3e Moved to new united api 2025-07-20 16:54:01 -04:00
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