aboutsummaryrefslogtreecommitdiffstats
path: root/frontend
Commit message (Collapse)AuthorAgeFilesLines
* finance/frontend: fix: fixed lint error'sHEADmasterLibravatarLibravatar Biswa Kalyan Bhuyan 32 hours7-13/+17
|
* finance/frontend: fix: updated the pages and layouts to be compatible with ↵LibravatarLibravatar Biswa Kalyan Bhuyan 33 hours3-8/+47
| | | | the backend
* finance/backend: feat: added v1/goals and handlers/goal_handler for Goal CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-0/+50
|
* finance/backend: feat: added v1/transactions for accounts CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-0/+67
|
* finance/backend: feat: added v1/accounts for accounts CRUDLibravatarLibravatar Biswa Kalyan Bhuyan 2 days1-0/+34
|
* finance/frontend: fix: did some minor changes to the frontendLibravatarLibravatar Biswa Kalyan Bhuyan 2 days7-267/+392
|
* finance/frontend: fix: fixed the border of navbar, added themetoggle button ↵LibravatarLibravatar Biswa Kalyan Bhuyan 2 days2-22/+29
| | | | on the login page, fixed some aligned issue with the navbar
* feat: updated advance ui and animationLibravatarLibravatar Biswa Kalyan Bhuyan 3 days8-58/+425
|
* feat: Fix loan API type assertion and complete core loan featuresLibravatarLibravatar Biswa Kalyan Bhuyan 3 days39-0/+8156
- Resolve interface conversion panic in loan handlers by correcting user type assertions from *models.User to models.User - Finalize loan management API integration with frontend components - Implement remaining loan calculation logic and CRUD operations - Connect loan display components to backend APIs as per Phase 3 - Update project status in README.md to reflect completed loan features - Add CORS middleware configuration for frontend-backend communication This commit completes core loan management functionality and fixes critical type safety issues in the API handlers, enabling proper user context handling.