Commit Graph

13 Commits

Author SHA1 Message Date
seaznCode
11d0b546be feat: add storage status checks and verification conditions in UserDetailModal 2026-01-19 23:31:06 +01:00
seaznCode
352aba4c88 feat: add warning handling for contract preview in UserDetailModal 2026-01-19 23:16:13 +01:00
seaznCode
f144918b6a feat: enhance contract management with support for GDPR and contract types in previews 2026-01-13 19:02:14 +01:00
seaznCode
94bced580a fix: correct admin contract preview API endpoint 2026-01-13 16:11:07 +01:00
DeathKaioken
fb67f4b680 bug: merge conflict 2025-11-17 17:23:16 +01:00
seaznCode
886919e4dc Merge branch 'dev' of https://git.profit-planet.partners/Seazn/profit-planet-frontend into dev 2025-11-13 20:14:10 +01:00
seaznCode
ea1cba42bd feat: Implement Create Subscription page and Coffee management hooks 2025-11-13 20:13:27 +01:00
seaznCode
0d225cb0ac feat: Add contract preview functionality in UserDetailModal and PersonalSignContractPage 2025-11-04 20:54:02 +01:00
seaznCode
6f8573fe16 feat: Add UserDetailModal component and update API for user status management
- Implemented UserDetailModal component for displaying and editing user details.
- Added functionality for archiving/unarchiving users and toggling admin verification.
- Enhanced user profile editing capabilities with form inputs for personal and company profiles.
- Introduced loading and error handling states for better user experience.
- Updated API utility to include a new endpoint for updating user status.
- Modified DetailedUserInfo interface to accommodate new user role 'super_admin'.
2025-11-01 18:47:21 +01:00
seaznCode
5709f48dc3 feat: implement user archiving and unarchiving functionality in admin panel 2025-10-23 21:30:29 +02:00
seaznCode
d4f5196146 feat: add UserDetailModal and integrate detailed user view in admin pages 2025-10-22 18:29:49 +02:00
seaznCode
3e27a02e36 feat: implement admin user management features including fetching, verifying, and displaying user stats 2025-10-14 23:22:59 +02:00
seaznCode
25fff9b1c3 feat: Implement user status management with custom hook
- Added `useUserStatus` hook to manage user status fetching and state.
- Integrated user status in Quick Action Dashboard and related pages.
- Enhanced error handling and loading states for user status.
- Updated profile completion and document upload flows to refresh user status after actions.
- Created a centralized API utility for handling requests and responses.
- Refactored authentication token management to use session storage.
2025-10-11 19:47:07 +02:00