aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/app/(main)/layout.tsx
Commit message (Collapse)AuthorAgeFilesLines
* finance: feat: added the goal page with some improvements of uiHEADmasterLibravatarLibravatar Biswa Kalyan Bhuyan 6 hours1-4/+4
|
* finance/frontend: fix: did some minor changes to the frontendLibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-234/+203
|
* finance/frontend: fix: fixed the border of navbar, added themetoggle button ↵LibravatarLibravatar Biswa Kalyan Bhuyan 3 days1-21/+22
| | | | on the login page, fixed some aligned issue with the navbar
* feat: updated advance ui and animationLibravatarLibravatar Biswa Kalyan Bhuyan 4 days1-19/+227
|
* feat: Fix loan API type assertion and complete core loan featuresLibravatarLibravatar Biswa Kalyan Bhuyan 4 days1-0/+94
- 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.