diff --git a/public/images/player-backward.svg b/public/images/player-backward.svg new file mode 100644 index 00000000..43317365 --- /dev/null +++ b/public/images/player-backward.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/images/player-forward.svg b/public/images/player-forward.svg new file mode 100644 index 00000000..0c6b9b1d --- /dev/null +++ b/public/images/player-forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/features/MatchPage/helpers/buildChapters.tsx b/src/features/MatchPage/components/FinishedMatch/helpers.tsx similarity index 92% rename from src/features/MatchPage/helpers/buildChapters.tsx rename to src/features/MatchPage/components/FinishedMatch/helpers.tsx index c74bcfac..9639a342 100644 --- a/src/features/MatchPage/helpers/buildChapters.tsx +++ b/src/features/MatchPage/components/FinishedMatch/helpers.tsx @@ -16,8 +16,8 @@ import type { import type { Chapters, Urls } from 'features/MultiSourcePlayer/types' -import type { PlaylistOption } from '../types' -import { FULL_GAME_KEY } from './buildPlaylists' +import type { PlaylistOption } from '../../types' +import { FULL_GAME_KEY } from '../../helpers/buildPlaylists' const getUniquePeriods = (videos: Videos) => uniq(map(videos, ({ period }) => period)) @@ -64,9 +64,11 @@ const getFullMatchChapters = (videos: Array