Commit Graph

2 Commits

Author SHA1 Message Date
GitHub Copilot
892ea684f4 feat: Refactor transaction management with nanostores and convert components to React
- Added @nanostores/react for state management.
- Created AccountSummary component to display account balance.
- Replaced AddTransactionForm.astro with AddTransactionForm.tsx for better state handling.
- Introduced TransactionTable.tsx for displaying transactions with edit/delete functionality.
- Updated Sidebar.astro and MainContent.astro to use React components.
- Implemented transactionStore.ts for managing current account ID and transaction editing state.
- Removed obsolete AddTransactionForm.astro and related scripts.
- Enhanced error handling and loading states in transaction forms.
This fixes issues #7, #8, #9, #10, #11
2025-04-24 15:49:19 -04:00
GitHub Copilot
5fc02e1a9e feat: Enhance form validation and error handling
- Improve transaction form validation with detailed error messages
- Add proper type checking for amount and date inputs
- Enhance error handling in transactions API
- Improve code documentation and organization
- Convert TODO comments to proper documentation blocks
2025-04-24 12:15:58 -04:00