Block a user
REDCODE
pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots
2026-07-08 23:52:52 +00:00
REDCODE
pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots
2026-07-08 22:58:17 +00:00
REDCODE
pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots
2026-07-08 21:34:03 +00:00
REDCODE
pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots
2026-07-08 17:51:50 +00:00
fix(ui): responsive layout fixes for mobile portrait mode
REDCODE
created branch fix/mobile-ui-responsive-fixes in MilkyShots/MilkyShots
2026-07-08 17:49:15 +00:00
REDCODE
pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots
2026-07-08 17:49:15 +00:00
Mobile UI: 13 portrait-mode layout & overflow problems on small screens
Add user management page for admins
Final summary — all commits on
New page:
Final summary — all commits on feature/admin-users-page merged into develop via 94bba45
New page: AdminUsers.razor (/Users)
- Full user table: Username, Email, Role, Status,…
Add user management page for admins
Add user management page for admins
Added banned/deleted user detection on page load in 4f9f9a4:
InitializeAsync() now checks LoggedUser.IsBanned and LoggedUser.DeletedAt after fetching the user profile. If banned or…
Add user management page for admins
Fixed banned/discovered user experience in c310b8f:
Server-side:
AuthController.LoginandRefreshToken: ChangedStatusCodes.Status100Continue(HTTP 100) → `StatusCodes.Status403Forb…
Add user management page for admins
Fixed: error messages (like "Email cannot be empty") no longer hide the entire page. They now appear as dismissible alerts above the users table instead of replacing the whole content area.
Add user management page for admins
Added inline editing for username, email, and password in 6b7b36e:
- Username: click pencil → input with confirm/cancel. Validates non-empty.
- Email: click pencil → input with…