MIF_E31221222/sigap-website/app/(pages)/(auth)/_handlers
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
..
use-check-permissions.ts Refactor user management components to use selectedUser instead of user 2025-04-12 17:18:36 +07:00
use-send-magic-link.ts Refactor lagi anjir 2025-04-02 21:00:11 +07:00
use-send-password-recovery.ts add sign in with password and form forgot password 2025-04-04 22:00:19 +07:00
use-sign-in-passwordless.ts init model rbac 2025-04-07 20:50:57 +07:00
use-sign-in-with-password.ts init model rbac 2025-04-07 20:50:57 +07:00
use-sign-out.ts refactor handler and queries 2025-03-28 22:37:51 +07:00
use-verify-otp.ts refactor handler and queries 2025-03-28 22:37:51 +07:00