Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 11:17:34 +00:00
3d3c59d58b chore: remove unused banner-cell-empty CSS class
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 11:17:24 +00:00
76bbdbd2f4 fix(ui): remove empty filler cells from banner mosaic, let overlay cover gaps naturally
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 11:15:27 +00:00
22b15c387b feat(ui): redesigned profile cropper with movable circle, dimmed exterior, square boundary, zoom controls; added ProfileCropZoom to model; switched avatars to background-image for zoom support
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 11:07:26 +00:00
bcfb838b5e fix(js): set onload before src to handle cached images
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 11:03:09 +00:00
63a16392d7 feat(ui): add circular profile picture cropper with drag-to-pan
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 11:01:04 +00:00
d3ef5ff4c1 feat(backend): add ProfileCropX/Y to Person model for profile picture cropping
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:54:58 +00:00
f45ef7c8b2 fix(ui): cosplayer cards now match album card style — image fills square, text overlay at bottom
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:51:59 +00:00
8228cc2b1a refactor(css): remove SCSS, switch to plain CSS with Bootstrap custom properties
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:49:08 +00:00
6b9234dfac refactor(css): move shared modal styles to global MilkyShot.css/SCSS, remove duplicated scoped CSS
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:47:47 +00:00
f150f6d863 fix(ui): add scoped modal CSS to PersonForm for proper overlay rendering
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:45:39 +00:00
7521f15b63 fix(auth): force logout on any refresh failure, redirect to login
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:42:26 +00:00
88eb22d454 fix(ui): larger cosplayer cards with profile pics, move edit buttons top-right, add masonry/grid toggle
REDCODE commented on issue MilkyShots/MilkyShots#56 2026-07-09 10:35:34 +00:00
Web API automated testing

Plan a first pass by covering the missing endpoints with the REST Client script, as a quick solution.

REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:31:31 +00:00
c1c6a4cead feat(css): add Cosplayers and CosplayerDetail scoped CSS with banner, grid, and card styles
REDCODE commented on issue MilkyShots/MilkyShots#50 2026-07-09 10:31:06 +00:00
Cosplayers page — browse and discover cosplayers

Testing and rework is undergoing....

REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:20:30 +00:00
845751fca1 fix(css): move card styles to AlbumCard.razor.css, use ::deep for grid-to-card selectors
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:16:26 +00:00
2dc0153b10 fix(backend): add [FromQuery] to person list endpoint to fix 415 error
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:13:13 +00:00
7143af14f0 feat(client): add Cosplayers and CosplayerDetail pages, fix NavMenu, add modularity docs
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:11:44 +00:00
51a3d0d19b feat(client): add PersonService client methods and PersonForm component
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:10:45 +00:00
53b1d0fbf3 feat(client): extract AlbumCard reusable component, update Albums.razor