- 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. |
||
|---|---|---|
| .. | ||
| _components | ||
| _handlers | ||
| _queries | ||
| forgot-password | ||
| sign-in | ||
| verify-otp | ||
| action.ts | ||
| handler.tsx | ||
| layout.tsx | ||
| smtp-message.tsx | ||