Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 11:16:34 +00:00
14978087e3 feat: expand user page edit modal for admins with access level, maintainer assignment, and danger zone
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 11:14:31 +00:00
3021788271 fix: null reference in User page maintainer display
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 11:11:13 +00:00
358bf0918e feat: maintainer assignment UI for cosplayers, maintainer display on user page
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 10:55:06 +00:00
656784af00 feat: maintainer cosplayer assignment in admin user edit modal
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 10:27:41 +00:00
c8b71f290b fix: add missing app.css link to index.html
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 10:19:47 +00:00
8f109bf92f chore: commit compiled CSS for role badge classes
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 10:18:54 +00:00
268b380867 refactor: move CanEdit logic to LoginService, remove local page properties
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 10:06:07 +00:00
71889ddfac refactor: extract role checks to LoginService, update all consumers
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 10:04:38 +00:00
0a74ff8770 refactor: generate access level dropdown from enum values
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 10:04:05 +00:00
f158181ccf refactor: extract role badge colors to SCSS theme layer
REDCODE commented on pull request MilkyShots/MilkyShots#127 2026-07-15 10:01:13 +00:00
feat: frontend alignment for #106 auth redesign — Maintainer role, visibility UI, user data

Can we make so that this will fill itself via a for loop across the options of the enum?

REDCODE commented on pull request MilkyShots/MilkyShots#127 2026-07-15 10:01:13 +00:00
feat: frontend alignment for #106 auth redesign — Maintainer role, visibility UI, user data

This is used so often that it should perhaps be moved to logginService or similar as this same code is being copy pasetd all around

REDCODE commented on pull request MilkyShots/MilkyShots#127 2026-07-15 10:01:13 +00:00
feat: frontend alignment for #106 auth redesign — Maintainer role, visibility UI, user data

As said above, this should be bextracted

REDCODE commented on pull request MilkyShots/MilkyShots#127 2026-07-15 10:01:13 +00:00
feat: frontend alignment for #106 auth redesign — Maintainer role, visibility UI, user data

User level badge colors should be abstracted at SCSS level for ease of configuration. This avoids also their color to change inadvertitedly

REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 09:26:45 +00:00
e585abc378 feat: expand UI gating to include Maintainer with scope-aware CanEdit
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 09:25:08 +00:00
ccf16b6abc feat: add Protected Assets card to stats page
REDCODE pushed to feature/106-auth-redesign-frontend at MilkyShots/MilkyShots 2026-07-15 09:24:20 +00:00
7dcb78db97 feat: add Visibility dropdown to album and person create/edit forms