aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/ui
Commit message (Collapse)AuthorAgeFilesLines
* finance: feat: added the goal page with some improvements of uiLibravatarLibravatar Biswa Kalyan Bhuyan 23 hours8-0/+666
|
* finance/frontend: fix: fixed lint error'sLibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-2/+1
|
* feat: updated advance ui and animationLibravatarLibravatar Biswa Kalyan Bhuyan 5 days3-29/+59
|
* feat: Fix loan API type assertion and complete core loan featuresLibravatarLibravatar Biswa Kalyan Bhuyan 5 days7-0/+614
- 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.