Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Sep 7, 2024
1 parent 5bed0ad commit 6f9213d
Show file tree
Hide file tree
Showing 11 changed files with 2,733 additions and 2,457 deletions.
2 changes: 2 additions & 0 deletions packages/app/__mocks__/react-virtualized-auto-sizer.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export default ({ children }) =>
children({ height: 600, width: 600 });
2 changes: 1 addition & 1 deletion packages/app/app/components/PlayQueue/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { DragDropContext, Droppable, Draggable } from 'react-beautiful-dnd';
import { TFunction, useTranslation } from 'react-i18next';
import { Icon } from 'semantic-ui-react';
import { areEqual, FixedSizeList as List } from 'react-window';
import AutoSizer from 'react-virtualized-auto-sizer';

import { Playlist } from '@nuclear/core';
import { StreamData } from '@nuclear/core/src/plugins/plugins.types';
Expand All @@ -20,7 +21,6 @@ import QueuePopupContainer from '../../containers/QueuePopupContainer';
import { StreamVerificationContainer } from '../../containers/StreamVerificationContainer';

import styles from './styles.scss';
import AutoSizer from 'react-virtualized-auto-sizer';
import { QueueItemClone } from './QueueItemClone';

type PlayQueueProps = {
Expand Down
Loading

0 comments on commit 6f9213d

Please sign in to comment.