Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE deleted branch feat/cosplayer-detail-search from MilkyShots/MilkyShots 2026-07-12 18:23:52 +00:00
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-12 18:23:52 +00:00
2b150060f4 Merge pull request 'Add searchbar to cosplayer detail page for filtering albums' (#100) from feat/cosplayer-detail-search into develop
b93cb73e0a fix(cosplayer-detail): remove search debounce, instant inline reload
d2d584d509 fix(cosplayer-detail): debounce search, keep page intact on filter changes
8bcb408a5b fix(cosplayer-detail): prevent banner image shuffle on album search/sort
445b030160 feat(cosplayer-detail): add SortFilterBar for album search and sort
Compare 5 commits »
REDCODE pushed to feat/cosplayer-detail-search at MilkyShots/MilkyShots 2026-07-12 18:21:29 +00:00
b93cb73e0a fix(cosplayer-detail): remove search debounce, instant inline reload
REDCODE pushed to feat/cosplayer-detail-search at MilkyShots/MilkyShots 2026-07-12 18:19:32 +00:00
d2d584d509 fix(cosplayer-detail): debounce search, keep page intact on filter changes
REDCODE pushed to feat/cosplayer-detail-search at MilkyShots/MilkyShots 2026-07-12 18:15:10 +00:00
8bcb408a5b fix(cosplayer-detail): prevent banner image shuffle on album search/sort
REDCODE created branch feat/cosplayer-detail-search in MilkyShots/MilkyShots 2026-07-12 18:11:13 +00:00
REDCODE pushed to feat/cosplayer-detail-search at MilkyShots/MilkyShots 2026-07-12 18:11:13 +00:00
445b030160 feat(cosplayer-detail): add SortFilterBar for album search and sort
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 17:41:13 +00:00
8195808500 docs: update AGENTS.md with missing conventions and project info
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 17:31:24 +00:00
393ad136f6 fix: restore PageSize < 1 validation with upper limit of 250
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 17:27:13 +00:00
00acfef28c fix: only reject Page < 0, keep original PageSize validation
REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-12 17:25:50 +00:00
Global "Search Anything" typeahead dropdown in navbar

what? Why? This should be able to accept any page starting from 0 and going up. So < 0 is the only invalid value. If the frontend is wrong in using this that should be fixed there. 0 is the first page. Everywhere.

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-12 17:25:50 +00:00
Global "Search Anything" typeahead dropdown in navbar

Here aswell like before... Page 0 shoudl be valid, not the opposite.

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-12 17:25:50 +00:00
Global "Search Anything" typeahead dropdown in navbar

Page 0 should be the first page, what are we doing here?

REDCODE suggested changes for MilkyShots/MilkyShots#91 2026-07-12 17:25:50 +00:00
Global "Search Anything" typeahead dropdown in navbar

fix whatever the fuck is going on with the pagination. 0 should be the first page, everywhere. the backend commands, if the frontend has problems with that they shoudl fix them on their side.

REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 17:17:17 +00:00
efeed2b668 test: add page=0&pageSize=5 to paginated list endpoints
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 17:11:12 +00:00
efc6379bb3 test: add cleanup of regular test user in REST Client suite
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 17:07:43 +00:00
20a456591d fix: move SharedWith visibility check to client side for translatable queries