Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to feature/cosplayers-sorting-pagination at MilkyShots/MilkyShots 2026-07-11 14:58:31 +00:00
0d33be8637 fix(ui): move cosplayer actions into SortFilterBar, fix sortAsc always sending
9f709e5a2e fix(ui): move cosplayer grid CSS to CosplayerGrid.razor.css for scoped isolation
12cb8aa15b feat(ui): extract CosplayerGrid to isolate grid re-renders from SortFilterBar
c96488b1eb fix(ui): keep header and toolbar visible when cosplayers search returns empty
51bb14862d feat(ui): convert Cosplayers page to infinite scroll with sort/search toolbar
Compare 15 commits »
REDCODE pushed to feature/albums-sorting at MilkyShots/MilkyShots 2026-07-11 14:56:56 +00:00
de049d9d33 fix(ui): push ActionButtons to right with ms-auto wrapper
REDCODE pushed to feature/albums-sorting at MilkyShots/MilkyShots 2026-07-11 14:44:37 +00:00
26a59b4ac2 fix(ui): add ActionButtons slot to SortFilterBar, move album actions into bar
REDCODE pushed to feature/albums-sorting at MilkyShots/MilkyShots 2026-07-11 14:31:23 +00:00
6a3daa397b fix(ui): add margin-bottom to SortFilterBar for spacing from grid
7f0c51edc4 fix(ui): add height:100% to album-card-fallback so icon centers vertically in grid mode
46a68d9dd4 fix(ui): move album grid CSS to AlbumGrid.razor.css for scoped isolation
ff76673ee1 feat(ui): extract AlbumGrid to isolate grid re-renders from SortFilterBar
b0b1856c01 fix(ui): refocus search input after debounce triggers reload
Compare 6 commits »
REDCODE commented on issue MilkyShots/MilkyShots#89 2026-07-11 13:10:17 +00:00
Automatic changelog from git-cliff for frontend

Tagging @Fastwind for future discussion

REDCODE pushed to feature/cosplayers-sorting-pagination at MilkyShots/MilkyShots 2026-07-11 12:53:54 +00:00
827ecfc0b6 fix(ui): keep header and toolbar visible when cosplayers search returns empty
cb20711230 feat(ui): convert Cosplayers page to infinite scroll with sort/search toolbar
aee9716d6a feat(api): paginate PersonController.GetAll with sort/search params
bf6440f874 feat(api): add SearchQuery to PersonRepository with sort/search/pagination
2886c0d629 fix(ui): keep header and toolbar visible when albums search returns empty
Compare 5 commits »
REDCODE pushed to feature/albums-sorting at MilkyShots/MilkyShots 2026-07-11 12:52:51 +00:00
2886c0d629 fix(ui): keep header and toolbar visible when albums search returns empty
REDCODE pushed to feature/cosplayers-sorting-pagination at MilkyShots/MilkyShots 2026-07-11 12:45:42 +00:00
878f223acb feat(ui): convert Cosplayers page to infinite scroll with sort/search toolbar
59ef50a87c feat(api): paginate PersonController.GetAll with sort/search params
8c354e4b7f feat(api): add SearchQuery to PersonRepository with sort/search/pagination
ed2ce83b58 feat(ui): add SortFilterBar component and update Albums page with search/sort
334451238b feat(api): pass sort and filter params through AlbumController.Search
Compare 6 commits »
REDCODE created branch feature/cosplayers-sorting-pagination in MilkyShots/MilkyShots 2026-07-11 11:14:55 +00:00
REDCODE pushed to feature/cosplayers-sorting-pagination at MilkyShots/MilkyShots 2026-07-11 11:14:55 +00:00
d1a07d164a feat(ui): convert Cosplayers page to infinite scroll with sort/search toolbar
7ddeaf5277 feat(api): paginate PersonController.GetAll with sort/search params
6912bdf352 feat(api): add SearchQuery to PersonRepository with sort/search/pagination
Compare 3 commits »
REDCODE pushed to feature/albums-sorting at MilkyShots/MilkyShots 2026-07-11 11:11:24 +00:00
ed2ce83b58 feat(ui): add SortFilterBar component and update Albums page with search/sort
334451238b feat(api): pass sort and filter params through AlbumController.Search
48ebbebee1 feat(api): add sorting and unassigned filter to AlbumRepository.SearchQuery
Compare 3 commits »
REDCODE closed issue MilkyShots/MilkyShots#84 2026-07-11 11:09:56 +00:00
Add sort parameters to pagination DTOs
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-11 11:09:56 +00:00
bd924f9e23 feat(api): add sort parameters to pagination DTOs
REDCODE created branch feature/albums-sorting in MilkyShots/MilkyShots 2026-07-11 11:09:21 +00:00
REDCODE pushed to feature/albums-sorting at MilkyShots/MilkyShots 2026-07-11 11:09:21 +00:00
bd924f9e23 feat(api): add sort parameters to pagination DTOs
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-11 02:08:42 +00:00
3633b418ea feat(ui): add eye toggle button to show/hide password on all password fields
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-10 22:33:28 +00:00
46382e2aed fix(ui): prevent infinite loading loop on cosplayers page with no data
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-10 22:23:49 +00:00
be7dc9bb91 feat(ui): apply metallic gradient to all buttons and surfaces
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-10 21:58:57 +00:00
d010b51687 fix(ui): fix remaining float culture issues in CSS style attributes
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-10 21:36:30 +00:00
07c0a15369 fix(ui): fix float values in the cosplayer thumbnail and cosplayer card