61 Commits

Author SHA1 Message Date
0322bee567 Refactor authentication and dashboard components
- Updated login and signup pages to include session checks and redirection based on user authentication status.
- Introduced QueryProvider for managing server state in the application.
- Enhanced user experience by integrating session management in the devices and payments dashboard.
- Added new user management features with role-based access control in the sidebar.
- Created new components for user devices and payments, improving the overall structure and maintainability of the dashboard.
- Implemented a table component for better data presentation in user-related views.
2024-11-27 14:18:17 +05:00
8e6f802218 Add AlertDialog and Badge components for user verification
- Implemented AlertDialog component for confirmation dialogs.
- Created Badge component for displaying status indicators.
- Integrated UserVerifyDialog to utilize AlertDialog for user verification actions.
- Enhanced user experience with toast notifications during verification process.
2024-11-27 14:18:05 +05:00
762939bee7 Add title background styling to globals.css 2024-11-27 14:17:20 +05:00
3f68d835fe Refactor authentication actions and add user verification functionality
- Updated signin and signup actions to correctly handle phone number redirection and date of birth formatting.
- Introduced a new user-actions file to implement user verification logic.
- Added an auth guard to restrict access based on user roles.
- Enhanced the auth configuration to include user roles and language settings.
- Improved validation schemas for user input in the signup form.
2024-11-27 14:17:06 +05:00
1b43c85491 Add filter, pagination, search, and user table components 2024-11-27 14:16:25 +05:00
8673b8730f update packages 2024-11-27 14:15:54 +05:00
a0d85b1f12 add seed script and use postgres for db 2024-11-27 14:14:14 +05:00
e9c71c1e58 add non stretched favicon 2024-11-27 14:13:44 +05:00
7fadcd561f wip 2024-11-27 07:48:16 +05:00
7389de4c76 first commit 2024-11-24 23:30:44 +05:00
92d9e90cd6 Initial commit from Create Next App 2024-11-23 08:53:16 +05:00