From 91a2d395cb416b6fc88af2eabcd83bf0263b8479 Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:54:10 +0200 Subject: [PATCH] style: small tweaks on code style and editor UI (#450) * fix: notes > note * style: improve roll visibility --- .../control/playback/playback-buttons/PlaybackButtons.tsx | 4 ++-- apps/client/src/features/table/__tests__/utils.test.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/features/control/playback/playback-buttons/PlaybackButtons.tsx b/apps/client/src/features/control/playback/playback-buttons/PlaybackButtons.tsx index 7730e84962..045afd63ea 100644 --- a/apps/client/src/features/control/playback/playback-buttons/PlaybackButtons.tsx +++ b/apps/client/src/features/control/playback/playback-buttons/PlaybackButtons.tsx @@ -5,7 +5,7 @@ import { IoPlaySkipBack } from '@react-icons/all-files/io5/IoPlaySkipBack'; import { IoPlaySkipForward } from '@react-icons/all-files/io5/IoPlaySkipForward'; import { IoReload } from '@react-icons/all-files/io5/IoReload'; import { IoStop } from '@react-icons/all-files/io5/IoStop'; -import { IoTimeOutline } from '@react-icons/all-files/io5/IoTimeOutline'; +import { IoTime} from '@react-icons/all-files/io5/IoTime'; import { Playback } from 'ontime-types'; import { setPlayback } from '../../../../common/hooks/useSocket'; @@ -88,7 +88,7 @@ export default function PlaybackButtons(props: PlaybackButtonsProps) { theme={Playback.Roll} active={isRolling} > - + diff --git a/apps/client/src/features/table/__tests__/utils.test.js b/apps/client/src/features/table/__tests__/utils.test.js index 5fda14d3c8..e7341053b6 100644 --- a/apps/client/src/features/table/__tests__/utils.test.js +++ b/apps/client/src/features/table/__tests__/utils.test.js @@ -35,7 +35,7 @@ describe('parseField()', () => { { field: 'title', value: 'test' }, { field: 'presenter', value: 'test' }, { field: 'subtitle', value: 'test' }, - { field: 'notes', value: 'test' }, + { field: 'note', value: 'test' }, { field: 'colour', value: 'test' }, { field: 'user0', value: 'test' }, { field: 'user1', value: 'test' },