Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/album-detail-edit-mode at MilkyShots/MilkyShots 2026-07-10 09:15:48 +00:00
d0bf3b7ec7 refactor: move cosplayer link to same line as album name
REDCODE pushed to feature/album-detail-edit-mode at MilkyShots/MilkyShots 2026-07-10 09:15:26 +00:00
2af3995ae7 style: style cosplayer link with inherited color and person icon
REDCODE pushed to feature/album-detail-edit-mode at MilkyShots/MilkyShots 2026-07-10 09:13:19 +00:00
02bdba3891 feat(ui): album detail multi-select edit mode, cosplayer link, move edit button (#63)
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-10 09:03:49 +00:00
8ba1c9b6b2 Merge pull request 'User profile & admin users page redesign (#72)' (#73) from feature/user-pages-redesign into develop
e188cc35e3 feat(ui): show avatar initial in navbar instead of generic icon
75cbe2717f fix: default sort users table by role descending (admin on top)
4c63e80b6c feat(ui): rewrite admin users page with sortable table, search, and modal-based editing
354198c413 feat(ui): redesign user profile page with avatar initials and edit profile modal
Compare 5 commits »
REDCODE merged pull request MilkyShots/MilkyShots#73 2026-07-10 09:03:47 +00:00
User profile & admin users page redesign (#72)
REDCODE closed issue MilkyShots/MilkyShots#72 2026-07-10 09:03:47 +00:00
User profile & admin users page redesign
REDCODE pushed to feature/user-pages-redesign at MilkyShots/MilkyShots 2026-07-10 08:53:55 +00:00
e188cc35e3 feat(ui): show avatar initial in navbar instead of generic icon
REDCODE pushed to feature/user-pages-redesign at MilkyShots/MilkyShots 2026-07-10 08:52:58 +00:00
75cbe2717f fix: default sort users table by role descending (admin on top)
REDCODE pushed to feature/user-pages-redesign at MilkyShots/MilkyShots 2026-07-10 08:50:35 +00:00
4c63e80b6c feat(ui): rewrite admin users page with sortable table, search, and modal-based editing
REDCODE pushed to feature/user-pages-redesign at MilkyShots/MilkyShots 2026-07-10 08:50:32 +00:00
354198c413 feat(ui): redesign user profile page with avatar initials and edit profile modal
REDCODE created branch feature/user-pages-redesign in MilkyShots/MilkyShots 2026-07-10 08:47:57 +00:00
REDCODE pushed to feature/user-pages-redesign at MilkyShots/MilkyShots 2026-07-10 08:47:57 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-10 08:43:01 +00:00
56c3f9c8e1 Merge pull request 'Add password change field on user's own page (#46)' (#71) from feature/password-change-self-service into develop
b59c3b68ec fix: wire profile icon in navbar to user profile page
47eef8aad0 fix: center profile card on page
d4e0af2c29 refactor(ui): complete user profile page redesign with card layout
9e4b0ecb27 fix: auto-close modal on password change success, add page-level success message
Compare 13 commits »
REDCODE merged pull request MilkyShots/MilkyShots#71 2026-07-10 08:43:00 +00:00
Add password change field on user's own page (#46)
REDCODE closed issue MilkyShots/MilkyShots#46 2026-07-10 08:43:00 +00:00
Add password change field in the user own page.
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:37:36 +00:00
b59c3b68ec fix: wire profile icon in navbar to user profile page
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:33:57 +00:00
47eef8aad0 fix: center profile card on page
REDCODE pushed to feature/password-change-self-service at MilkyShots/MilkyShots 2026-07-10 08:32:20 +00:00
d4e0af2c29 refactor(ui): complete user profile page redesign with card layout