mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Make album detail columns customizable
This commit is contained in:
parent
13d6758500
commit
3f813b1a26
4 changed files with 86 additions and 65 deletions
|
|
@ -26,7 +26,13 @@ export type CardRoute = {
|
|||
slugs?: RouteSlug[];
|
||||
};
|
||||
|
||||
export type TableType = 'nowPlaying' | 'sideQueue' | 'sideDrawerQueue' | 'songs' | 'fullScreen';
|
||||
export type TableType =
|
||||
| 'nowPlaying'
|
||||
| 'sideQueue'
|
||||
| 'sideDrawerQueue'
|
||||
| 'songs'
|
||||
| 'fullScreen'
|
||||
| 'albumDetail';
|
||||
|
||||
export type CardRow<T> = {
|
||||
arrayProperty?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue