- 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. |
||
---|---|---|
.. | ||
use-check-permissions.ts | ||
use-send-magic-link.ts | ||
use-send-password-recovery.ts | ||
use-sign-in-passwordless.ts | ||
use-sign-in-with-password.ts | ||
use-sign-out.ts | ||
use-verify-otp.ts |