mirror of
https://github.com/antebudimir/feishin.git
synced 2026-03-02 12:17:25 +00:00
Split stores
This commit is contained in:
parent
2a858f3107
commit
b742b814c0
7 changed files with 200 additions and 122 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { Song } from '/@/renderer/api/types';
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
|
||||
export type RouteSlug = {
|
||||
|
|
@ -22,6 +21,7 @@ export type CardRow = {
|
|||
export enum CardDisplayType {
|
||||
CARD = 'card',
|
||||
POSTER = 'poster',
|
||||
TABLE = 'table',
|
||||
}
|
||||
|
||||
export enum ListDisplayType {
|
||||
|
|
@ -150,8 +150,6 @@ export enum TableColumn {
|
|||
YEAR = 'releaseYear',
|
||||
}
|
||||
|
||||
export type QueueSong = Song & UniqueId;
|
||||
|
||||
export type PlayQueueAddOptions = {
|
||||
// byData?: any[];
|
||||
byItemType: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue