Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-09 19:57:45 +00:00
18ddcf681f Merge pull request 'feat: migrate to UTC timestamps — remove legacy Npgsql behavior' (#65) from feature/utctimezone into develop
ede759b50b feat: migrate to UTC timestamps — remove legacy Npgsql timestamp behavior
Compare 2 commits »
REDCODE merged pull request MilkyShots/MilkyShots#65 2026-07-09 19:57:43 +00:00
feat: migrate to UTC timestamps — remove legacy Npgsql behavior
REDCODE closed issue MilkyShots/MilkyShots#26 2026-07-09 19:57:43 +00:00
Use UTC timestamps in the DB
REDCODE opened issue MilkyShots/MilkyShots#64 2026-07-09 19:47:29 +00:00
Albums page: bulk select/edit mode
REDCODE opened issue MilkyShots/MilkyShots#63 2026-07-09 19:46:25 +00:00
Albums details page: Multiselect / edit mode
REDCODE commented on issue MilkyShots/MilkyShots#62 2026-07-09 18:49:33 +00:00
Cosplayers page: on mobile layouts, edit button in banner makes the modal appear on bottom of the page. .

Actually, I found it. The edit modal is appearing on the bottom of the page, possibly a CSS issue.

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