add recently released to home page, refactor home route

This commit is contained in:
Kendall Garner 2025-10-05 07:51:36 -07:00
parent 7c24f7cba4
commit 1cbb3e56bc
No known key found for this signature in database
GPG key ID: 9355F387FE765C94
5 changed files with 67 additions and 88 deletions

View file

@ -96,6 +96,7 @@ export enum HomeItem {
RANDOM = 'random',
RECENTLY_ADDED = 'recentlyAdded',
RECENTLY_PLAYED = 'recentlyPlayed',
RECENTLY_RELEASED = 'recentlyReleased',
}
export type SortableItem<T> = {