feat: add Usuarios route and user management functionality
- Introduced a new route for user management under /usuarios. - Implemented user listing with search and edit capabilities. - Added role management with visual indicators for user roles. - Created a modal for editing user details, including role and permissions. - Integrated Supabase for user data retrieval and updates. - Enhanced UI components for better user experience. - Removed unused planes route and related components. - Added a new plan detail modal for displaying plan information. - Updated navigation to include new Usuarios link.
This commit is contained in:
@@ -17,9 +17,11 @@ const router = createRouter({
|
||||
defaultPreloadStaleTime: 0,
|
||||
context:{
|
||||
auth: undefined!,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
||||
// Register the router instance for type safety
|
||||
declare module '@tanstack/react-router' {
|
||||
interface Register {
|
||||
|
||||
Reference in New Issue
Block a user