initial implementation of play queue for new list

This commit is contained in:
jeffvli
2025-11-08 14:28:31 -08:00
parent 3c996407d5
commit 7a4326f98d
7 changed files with 82 additions and 349 deletions
@@ -15,7 +15,7 @@ import {
} from '/@/renderer/store/full-screen-player.store';
import { Button } from '/@/shared/components/button/button';
import { Group } from '/@/shared/components/group/group';
import { PlayerType } from '/@/shared/types/types';
import { ItemListKey, PlayerType } from '/@/shared/types/types';
const Visualizer = lazy(() =>
import('/@/renderer/features/player/components/visualizer').then((module) => ({
@@ -99,7 +99,7 @@ export const FullScreenPlayerQueue = () => {
</Group>
{activeTab === 'queue' ? (
<div className={styles.queueContainer}>
<PlayQueue type="fullScreen" />
<PlayQueue listKey={ItemListKey.FULL_SCREEN} searchTerm={undefined} />
</div>
) : activeTab === 'related' ? (
<div className={styles.queueContainer}>