|
|
@ -220,12 +220,12 @@ function ManualSearchView<T extends SupportType>(props: Props<T>) {
|
|
|
|
export const MovieSearchModal = withModal<Props<Item.Movie>>(
|
|
|
|
export const MovieSearchModal = withModal<Props<Item.Movie>>(
|
|
|
|
ManualSearchView,
|
|
|
|
ManualSearchView,
|
|
|
|
"movie-manual-search",
|
|
|
|
"movie-manual-search",
|
|
|
|
{ title: "Search Subtitles", size: "xl" }
|
|
|
|
{ title: "Search Subtitles", size: "calc(100vw - 4rem)" }
|
|
|
|
);
|
|
|
|
);
|
|
|
|
export const EpisodeSearchModal = withModal<Props<Item.Episode>>(
|
|
|
|
export const EpisodeSearchModal = withModal<Props<Item.Episode>>(
|
|
|
|
ManualSearchView,
|
|
|
|
ManualSearchView,
|
|
|
|
"episode-manual-search",
|
|
|
|
"episode-manual-search",
|
|
|
|
{ title: "Search Subtitles", size: "xl" }
|
|
|
|
{ title: "Search Subtitles", size: "calc(100vw - 4rem)" }
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
|
|
|
|
const StateIcon: FunctionComponent<{ matches: string[]; dont: string[] }> = ({
|
|
|
|