Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE opened issue MilkyShots/MilkyShots#62 2026-07-09 18:48:49 +00:00
Cosplayers page: on mobile layouts, edit button in banner does nothing.
REDCODE opened issue MilkyShots/MilkyShots#61 2026-07-09 18:45:53 +00:00
Cosplayers page: profile picture not present image appears tiny and in top left corner
REDCODE opened issue MilkyShots/MilkyShots#60 2026-07-09 18:42:21 +00:00
Users page sorting in the columns, default by role
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-09 16:46:21 +00:00
9f74bc91a9 chore: Added the test images folder to the dockerignore avoiding them being sent every time a docker build starts
REDCODE commented on issue MilkyShots/MilkyShots#14 2026-07-09 16:42:48 +00:00
Add a reference image for the face in person

this has been implemented in #50

REDCODE closed issue MilkyShots/MilkyShots#14 2026-07-09 16:42:48 +00:00
Add a reference image for the face in person
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-09 16:34:42 +00:00
8922dbcc57 Merge branch 'fix/mobile-ui-responsive-fixes' into develop
095a2bdce0 Merge pull request 'feat(ui): cosplayers pages — browse and discover cosplayers' (#55) from feature/cosplayers-pages into develop
b807e4b636 feat: infinite scroll for albums on cosplayer detail page
9c17843dec fix: cache random banner covers in field, not computed on every render
c1aafc4223 refactor: replace individual albumPage/albumSize params with PagedParametersDto in person detail endpoint
Compare 62 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-09 16:34:16 +00:00
8922dbcc57 Merge branch 'fix/mobile-ui-responsive-fixes' into develop
d1f545bb59 fix(ui): restore progress bar visibility on job rows
584e24d751 fix(ui): replace inline save indicator with Bootstrap toast notification
ea25eca9fa fix(ui): right-align number inputs, let them grow to fill card width
b8f0eea848 fix(ui): stack setting card body vertically — description above, control + indicator below
Compare 18 commits »
REDCODE merged pull request MilkyShots/MilkyShots#55 2026-07-09 16:00:35 +00:00
feat(ui): cosplayers pages — browse and discover cosplayers
REDCODE closed issue MilkyShots/MilkyShots#50 2026-07-09 16:00:35 +00:00
Cosplayers page — browse and discover cosplayers
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-09 16:00:35 +00:00
095a2bdce0 Merge pull request 'feat(ui): cosplayers pages — browse and discover cosplayers' (#55) from feature/cosplayers-pages into develop
b807e4b636 feat: infinite scroll for albums on cosplayer detail page
9c17843dec fix: cache random banner covers in field, not computed on every render
c1aafc4223 refactor: replace individual albumPage/albumSize params with PagedParametersDto in person detail endpoint
a8d06959b5 feat: person hard delete with album cascade, AlbumCard select mode, cosplayer list multi-select
Compare 61 commits »
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 15:53:44 +00:00
b807e4b636 feat: infinite scroll for albums on cosplayer detail page
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 15:48:19 +00:00
9c17843dec fix: cache random banner covers in field, not computed on every render
REDCODE suggested changes for MilkyShots/MilkyShots#55 2026-07-09 15:43:16 +00:00
feat(ui): cosplayers pages — browse and discover cosplayers

Awaiting fixes for PersonController/Get

REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 15:42:49 +00:00
c1aafc4223 refactor: replace individual albumPage/albumSize params with PagedParametersDto in person detail endpoint
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 15:07:45 +00:00
a8d06959b5 feat: person hard delete with album cascade, AlbumCard select mode, cosplayer list multi-select
REDCODE commented on pull request MilkyShots/MilkyShots#55 2026-07-09 15:02:48 +00:00
feat(ui): cosplayers pages — browse and discover cosplayers

@Ai_Agent couple of changes required:

  • Person should not be a soft delete, but an hard delete. And on deletion, in cascade all the albums that have the id of the person being deleted should have…
REDCODE commented on pull request MilkyShots/MilkyShots#55 2026-07-09 14:51:19 +00:00
feat(ui): cosplayers pages — browse and discover cosplayers

@Ai_Agent don't use parameters from query, use a dedicated PaginationDto for this.

REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 14:46:20 +00:00
dbbb25da32 fix: create AlbumSearchParametersDto, add album pagination to person detail, fix duplicate XML param