Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:09:42 +00:00
20fd6a930b test(api): add person endpoint tests to WepApiTest.http
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:03:34 +00:00
8f0af8d544 feat(backend): implement person detail, update, and delete endpoints
16161ebfb8 feat(backend): add PersonMapper with ToPersonPreviewDto and ToPersonDetailedDto
Compare 2 commits »
REDCODE created branch feature/cosplayers-pages in MilkyShots/MilkyShots 2026-07-09 10:01:51 +00:00
REDCODE pushed to feature/cosplayers-pages at MilkyShots/MilkyShots 2026-07-09 10:01:51 +00:00
ca224feafb feat(backend): eager-load ProfileAsset and Albums in PersonRepository
0909842c37 feat(dtos): update Person DTOs with ProfileAssetId and album previews
9c785423a9 feat(backend): add ProfileAssetId to Person model + migration
Compare 3 commits »
REDCODE opened issue MilkyShots/MilkyShots#52 2026-07-09 09:47:43 +00:00
Extract reusable UI components and enforce modularity
REDCODE opened issue MilkyShots/MilkyShots#51 2026-07-09 09:39:39 +00:00
Public access for cosplayers and albums
REDCODE commented on issue MilkyShots/MilkyShots#50 2026-07-09 09:39:33 +00:00
Cosplayers page — browse and discover cosplayers

Updated scope for v1 implementation:

Deferred from v1:

  • Search/filter by name — will be added post-v1
  • Face reference image / profile thumbnail (depends on #14)
  • Access-level visibility…
REDCODE deleted branch copilot/fix-hanging-jobs-and-folderid-issue from MilkyShots/MilkyShots 2026-07-09 09:06:51 +00:00
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-09 01:34:49 +00:00
d1f545bb59 fix(ui): restore progress bar visibility on job rows
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-09 01:02:29 +00:00
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
b417f37780 fix(ui): prevent save indicator from shifting adjacent controls
f52b684722 fix(ui): prevent layout shift from save indicator width change
Compare 9 commits »
REDCODE commented on issue MilkyShots/MilkyShots#48 2026-07-08 23:55:48 +00:00
Mobile UI: 13 portrait-mode layout & overflow problems on small screens
  • Jobs page has an issue, with the jobs line being too wide, they should wrap around and become thicker rather than longer on a portrait layout.
  • The users page will have the pop-out for actions…
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-08 23:52:52 +00:00
04d425b88d refactor: replace custom masonry JS with Bootstrap grid + Masonry.js approach
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-08 22:58:17 +00:00
ca21dc3dd9 fix(frontend): removed faulty d-flex tag on main object
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-08 21:34:03 +00:00
f4d4b6a75a Merge branch 'develop' into fix/mobile-ui-responsive-fixes
4ff3b24df8 Merge remote-tracking branch 'gitea/develop' into develop
1da7236d5d fix(frontend): sorts setting by alphabetical
df14b8b227 fix (lactose): remove check from authentication endpoint
15508013a3 Merge remote-tracking branch 'origin/develop' into develop
Compare 6 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 21:33:31 +00:00
4ff3b24df8 Merge remote-tracking branch 'gitea/develop' into develop
1da7236d5d fix(frontend): sorts setting by alphabetical
Compare 2 commits »
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-08 17:51:50 +00:00
76cabe058b fix(ui): collapse AdminUsers table columns and actions on mobile (#48)
REDCODE created pull request MilkyShots/MilkyShots#49 2026-07-08 17:49:34 +00:00
fix(ui): responsive layout fixes for mobile portrait mode
REDCODE created branch fix/mobile-ui-responsive-fixes in MilkyShots/MilkyShots 2026-07-08 17:49:15 +00:00
REDCODE pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-08 17:49:15 +00:00
33175ffdcb fix(ui): responsive layout fixes for mobile portrait mode (closes #48)
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-08 17:45:32 +00:00
54cf5eff2b feat(stats): add percentage and stale counters to completeness cards