Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE closed issue MilkyShots/MilkyShots#95 2026-07-13 15:18:42 +00:00
Pagination page indexing is inconsistent across controllers — use zero-based as standard
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-13 15:05:29 +00:00
87b69d5ee8 revert: remove AllowAnonymous from AlbumController.Search and PersonController.GetAll
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-13 15:02:48 +00:00
e0d46aa87b refactor: replace hardcoded 250 page size limit with PagedParametersDto.MaxPageSize
REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 14:26:56 +00:00
Global "Search Anything" typeahead dropdown in navbar

On it

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

@Ai_Agent remove allow anonymus for now, we will enable this when it's time with prooper rate limiting

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:14:53 +00:00
Global "Search Anything" typeahead dropdown in navbar

Sure, Where do we stash it? Are we making a static class?

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:14:21 +00:00
Global "Search Anything" typeahead dropdown in navbar

See above

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:14:08 +00:00
Global "Search Anything" typeahead dropdown in navbar

Uh... being able to search albums/cosplayers and such it's kinda needed when there is way too much content... Funny enough, the search seems to be very inexpensive for now, sorting ends up being…

REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:10:53 +00:00
Global "Search Anything" typeahead dropdown in navbar

Job page interface is paginated because it also then fetches separately child job data. Kind of an hard to run query but in theory it should be kept clean by the max retention time

REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 19:15:12 +00:00
dbe55be63f refactor(albums): extract visibility-aware AssetCount into AlbumMapper overload
REDCODE commented on pull request MilkyShots/MilkyShots#91 2026-07-12 19:10:11 +00:00
Global "Search Anything" typeahead dropdown in navbar

Don't we have an overload method in the mapper that allows us to to an album.ToAlbumPreviewDto()?

REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 19:02:54 +00:00
28f9e7faae fix: replace untranslatable Tags navigation in TopTags stats query with direct join table query
820d3b1c8b fix: replace untranslatable Album navigation in stats queries with direct join table queries
278648aae6 Merge branch 'develop' into feature/global-search-dropdown
9d9491253b refactor: clean up imports, simplify checks, and add SearchDropdown component
Compare 4 commits »
REDCODE pushed to develop at MilkyShots/MilkyShots 2026-07-12 19:02:13 +00:00
9d9491253b refactor: clean up imports, simplify checks, and add SearchDropdown component
REDCODE pushed to feature/global-search-dropdown at MilkyShots/MilkyShots 2026-07-12 18:30:35 +00:00
499c6375f6 Merge branch 'develop' into feature/global-search-dropdown
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
Compare 6 commits »
REDCODE merged pull request MilkyShots/MilkyShots#100 2026-07-12 18:23:52 +00:00
Add searchbar to cosplayer detail page for filtering albums
REDCODE closed issue MilkyShots/MilkyShots#96 2026-07-12 18:23:52 +00:00
Add searchbar to cosplayer detail page for filtering albums