Andrew Lalis andrew
andrew closed issue andrew/finnow#44 2026-07-01 19:33:46 +00:00
Add recurring transactions and transaction templates
andrew closed issue andrew/finnow#47 2026-07-01 19:33:34 +00:00
History item timestamp doesn't update after updating transaction timestamp
andrew deleted branch drafts from andrew/finnow 2026-07-01 19:33:28 +00:00
andrew closed pull request andrew/finnow#45 2026-07-01 19:33:17 +00:00
WIP: Add Drafts, Templates, and Recurring Transactionss
andrew commented on pull request andrew/finnow#45 2026-07-01 19:33:17 +00:00
WIP: Add Drafts, Templates, and Recurring Transactionss

Merged manually because gitea has a bug preventing me from removing the "WIP: " prefix from the title.

andrew pushed to main at andrew/finnow 2026-07-01 19:29:40 +00:00
b0ae73e445 Merge branch 'drafts'
8bf19887ad Added ability to copy transaction to new draft.
710d77438f Added wrapper for transaction editor action clicks to handle loading state.
830d0b2db5 Added improvements to recurring transactions modal, and implemented scheduled job to process recurring transactions.
c0542900be Added initial no-op scheduled task for creating drafts from recurring transactions.
Compare 22 commits »
andrew pushed to drafts at andrew/finnow 2026-07-01 19:28:19 +00:00
8bf19887ad Added ability to copy transaction to new draft.
andrew pushed to drafts at andrew/finnow 2026-07-01 18:56:17 +00:00
710d77438f Added wrapper for transaction editor action clicks to handle loading state.
andrew pushed to drafts at andrew/finnow 2026-07-01 18:51:42 +00:00
830d0b2db5 Added improvements to recurring transactions modal, and implemented scheduled job to process recurring transactions.
andrew pushed to drafts at andrew/finnow 2026-06-30 19:32:55 +00:00
c0542900be Added initial no-op scheduled task for creating drafts from recurring transactions.
6280ab7cfb Added recurring transaction API implementation and UI elements.
Compare 2 commits »
andrew pushed to drafts at andrew/finnow 2026-06-30 17:09:13 +00:00
115a79a5c0 Added validation framework basics.
7f161af9e7 Added common validation in backend and frontend, finished up draft & template editing.
Compare 2 commits »
andrew pushed to drafts at andrew/finnow 2026-06-29 01:33:19 +00:00
23cfe0b1a9 Added draft card and page components, added specialization for template drafts.
ed9b53ee79 Added actions and most of the rest of the editor context implementations.
c7994b8282 Removed old unused tag form properties from editor page.
9ce0ffd3a4 Refactored editor page locations, started on generic editor logic.
Compare 4 commits »
andrew pushed to drafts at andrew/finnow 2026-06-28 02:21:15 +00:00
d0e8b9ab4b Added drafts module, fixed issues with draft query.
andrew pushed to drafts at andrew/finnow 2026-06-28 01:59:20 +00:00
13aadc2358 Updated API client code to match new API endpoints.
69c3079174 Updated API with hopefully the rest of the draft implementation.
3b35f8f16d Removed unused import
Compare 3 commits »
andrew pushed to drafts at andrew/finnow 2026-06-27 23:51:36 +00:00
df4737d0a5 Fixed issue #47 - history timestamp not updating.
andrew closed issue andrew/finnow#46 2026-06-27 22:37:46 +00:00
Update CI to only deploy on pushes to main branch.
andrew pushed to drafts at andrew/finnow 2026-06-27 22:37:37 +00:00
7e7458c2f5 Update trigger path to dev workflow files.
andrew pushed to drafts at andrew/finnow 2026-06-27 22:36:49 +00:00
55878a13f6 Fix names of workflows.
andrew pushed to drafts at andrew/finnow 2026-06-27 22:36:06 +00:00
4a3e840fce Updated titles of dev workflows.
andrew pushed to drafts at andrew/finnow 2026-06-27 22:35:09 +00:00
5bda3ee4af Restrict deployment to main branch CI