mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 21:11:15 -05:00
Visual edit in Lovable
This commit is contained in:
@@ -11,22 +11,17 @@ export function UserManagement() {
|
|||||||
<TabsList className="grid w-full grid-cols-2">
|
<TabsList className="grid w-full grid-cols-2">
|
||||||
<TabsTrigger value="profiles" className="flex items-center gap-2">
|
<TabsTrigger value="profiles" className="flex items-center gap-2">
|
||||||
<UserCheck className="w-4 h-4" />
|
<UserCheck className="w-4 h-4" />
|
||||||
Users
|
Profile Management
|
||||||
</TabsTrigger>
|
</TabsTrigger>
|
||||||
<TabsTrigger value="roles" className="flex items-center gap-2">
|
<TabsTrigger value="roles" className="flex items-center gap-2">
|
||||||
<Shield className="w-4 h-4" />
|
<Shield className="w-4 h-4" />
|
||||||
Roles
|
Role Management
|
||||||
</TabsTrigger>
|
</TabsTrigger>
|
||||||
</TabsList>
|
</TabsList>
|
||||||
|
|
||||||
<TabsContent value="profiles">
|
<TabsContent value="profiles">
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
|
||||||
<CardTitle>Users</CardTitle>
|
|
||||||
<CardDescription>
|
|
||||||
Manage user profiles, ban users, and handle account moderation
|
|
||||||
</CardDescription>
|
|
||||||
</CardHeader>
|
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<ProfileManager />
|
<ProfileManager />
|
||||||
</CardContent>
|
</CardContent>
|
||||||
@@ -36,7 +31,7 @@ export function UserManagement() {
|
|||||||
<TabsContent value="roles">
|
<TabsContent value="roles">
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle>Roles</CardTitle>
|
<CardTitle>Role Management</CardTitle>
|
||||||
<CardDescription>
|
<CardDescription>
|
||||||
Assign and manage user roles and permissions
|
Assign and manage user roles and permissions
|
||||||
</CardDescription>
|
</CardDescription>
|
||||||
|
|||||||
Reference in New Issue
Block a user