mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
add optimistic update for favorite/ratings mutations
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
background: darken(var(--theme-colors-background), 5%);
|
||||
}
|
||||
}
|
||||
|
||||
&[data-disabled='true'] {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-variant='secondary'] {
|
||||
|
||||
@@ -766,7 +766,7 @@ export interface ArtistListQuery extends BaseQuery<ArtistListSort> {
|
||||
}
|
||||
|
||||
// Artist List
|
||||
export type ArtistListResponse = BasePaginatedResponse<AlbumArtist[]>;
|
||||
export type ArtistListResponse = BasePaginatedResponse<Artist[]>;
|
||||
|
||||
type ArtistListSortMap = {
|
||||
jellyfin: Record<ArtistListSort, JFArtistListSort | undefined>;
|
||||
|
||||
Reference in New Issue
Block a user