Updated search logic. More UI updates.
All checks were successful
ci / build-test (push) Successful in 2m17s
ci / publish-image (push) Has been skipped

This commit is contained in:
2025-11-17 21:05:55 -05:00
parent 9ef1972472
commit 2418bd0a8f
13 changed files with 430 additions and 108 deletions

View File

@@ -2,11 +2,14 @@
public enum VoiceWorkSortField
{
ExpectedReleaseDate,
ScheduledReleaseDate,
ReleaseDate,
AnyReleaseDate,
Downloads,
WishlistCount,
SalesToWishlistRatio,
StarRating,
FavoriteCircle
FavoriteCircle,
ProductId
}