mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
✨ Implement new movie search modals
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user