MIF_E31221222/sigap-website/app/(pages)/(auth)
vergiLgood1 e8acbf1645 Refactor user management components to use selectedUser instead of user
- Updated UserLogsTab to fetch logs for selectedUser and adjusted related state and props.
- Refactored UserOverviewTab to utilize selectedUser, including permission checks and user actions.
- Modified user-management component to pass selectedUser to UserInformationSheet.
- Enhanced use-detail-sheet handler to operate with selectedUser for user actions.
- Implemented useCheckPermissionsHandler to manage user permissions based on current user.
- Added new components: ActionRow, DangerAction, InfoRow, ProviderInfo, Section for better UI structure.
- Introduced constants for user roles and updated role model to include IUserRoles type.
- Updated global styles to include new color variables for better theming.
- Improved utility function getFullName to handle null or undefined values.
2025-04-12 17:18:36 +07:00
..
_components add sign in with password and form forgot password 2025-04-04 22:00:19 +07:00
_handlers Refactor user management components to use selectedUser instead of user 2025-04-12 17:18:36 +07:00
_queries refactor: consolidate permission checking logic and update related components 2025-04-12 13:56:49 +07:00
forgot-password add sign in with password and form forgot password 2025-04-04 22:00:19 +07:00
sign-in init model rbac 2025-04-07 20:50:57 +07:00
verify-otp add sign in with password and form forgot password 2025-04-04 22:00:19 +07:00
action.ts refactor: consolidate permission checking logic and update related components 2025-04-12 13:56:49 +07:00
handler.tsx add sign in with password and form forgot password 2025-04-04 22:00:19 +07:00
layout.tsx refactor project structure (backups) 2025-03-15 22:49:23 +07:00
smtp-message.tsx change project structure 2025-03-12 16:13:57 +07:00