Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE deleted branch feature/user-pages-redesign from MilkyShots/MilkyShots 2026-07-11 15:07:24 +00:00
REDCODE deleted branch feature/album-detail-edit-mode from MilkyShots/MilkyShots 2026-07-11 15:07:23 +00:00
REDCODE deleted branch feature/albums-edit-mode from MilkyShots/MilkyShots 2026-07-11 15:07:21 +00:00
REDCODE deleted branch feat/frontend-restyle from MilkyShots/MilkyShots 2026-07-11 15:07:16 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-11 15:06:57 +00:00
9cfab29e6c Merge pull request 'feat(cosplayers): add sorting, pagination, and infinite scroll' (#88) from feature/cosplayers-sorting-pagination into develop
c177afe078 Merge branch 'develop' into feature/cosplayers-sorting-pagination
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
Compare 9 commits »
REDCODE deleted branch feature/cosplayers-sorting-pagination from MilkyShots/MilkyShots 2026-07-11 15:06:57 +00:00
REDCODE merged pull request MilkyShots/MilkyShots#88 2026-07-11 15:06:56 +00:00
feat(cosplayers): add sorting, pagination, and infinite scroll
REDCODE closed issue MilkyShots/MilkyShots#86 2026-07-11 15:06:56 +00:00
Cosplayers page: sorting, pagination, and infinite scroll
REDCODE closed issue MilkyShots/MilkyShots#54 2026-07-11 15:06:56 +00:00
Person list endpoint pagination
REDCODE pushed to feature/cosplayers-sorting-pagination at MilkyShots/MilkyShots 2026-07-11 15:05:50 +00:00
c177afe078 Merge branch 'develop' into feature/cosplayers-sorting-pagination
69cdc30ae9 Merge pull request 'feat(albums): add sorting, filtering, and search' (#87) from feature/albums-sorting into develop
Compare 2 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-11 15:04:47 +00:00
69cdc30ae9 Merge pull request 'feat(albums): add sorting, filtering, and search' (#87) from feature/albums-sorting into develop
de049d9d33 fix(ui): push ActionButtons to right with ms-auto wrapper
26a59b4ac2 fix(ui): add ActionButtons slot to SortFilterBar, move album actions into bar
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
Compare 13 commits »
REDCODE deleted branch feature/albums-sorting from MilkyShots/MilkyShots 2026-07-11 15:04:47 +00:00
REDCODE closed issue MilkyShots/MilkyShots#85 2026-07-11 15:04:45 +00:00
Albums page: sorting, filtering, and search
REDCODE merged pull request MilkyShots/MilkyShots#87 2026-07-11 15:04:45 +00:00
feat(albums): add sorting, filtering, and search
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 »