Migrated user management views to modal-based dialogs, restructured roles, and user pages under /admin/users. Simplified navigation paths and improved tabbed interface.

This commit is contained in:
2026-01-15 12:26:49 +01:00
parent ea35ddb0dc
commit fcaa0dcd07
9 changed files with 318 additions and 307 deletions

View File

@@ -30,7 +30,7 @@ public sealed class SidebarProvider : ISidebarProvider
{
Name = "Users",
IconType = typeof(UsersRoundIcon),
Path = "/users",
Path = "/admin/users",
IsExactPath = false,
Group = "Admin",
Order = 10