Implement new movie search modals

This commit is contained in:
Meier Lukas
2023-07-31 22:30:48 +02:00
parent 630548e022
commit 386fddc050
7 changed files with 357 additions and 129 deletions

View File

@@ -9,7 +9,7 @@ import { api } from '~/utils/api';
import { useColorTheme } from '../../tools/color';
import { MovieResult } from './Movie.d';
import { Result } from './SearchResult.d';
import { Result } from './SearchResult';
import { TvShowResult, TvShowResultSeason } from './TvShow.d';
interface RequestModalProps {
@@ -70,7 +70,7 @@ export function MovieRequestModal({
radius="lg"
size="lg"
trapFocus
zIndex={150}
zIndex={250}
withinPortal
opened={opened}
title={
@@ -155,6 +155,7 @@ export function TvRequestModal({
onClose={() => setOpened(false)}
radius="lg"
size="lg"
zIndex={250}
opened={opened}
title={
<Group>