Split stores

This commit is contained in:
jeffvli
2022-12-21 01:25:56 -08:00
parent 2a858f3107
commit b742b814c0
7 changed files with 200 additions and 122 deletions
+1 -3
View File
@@ -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: {