mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-20 00:53:32 +02:00
feat: Modals & release downloading
This commit is contained in:
17
src/lib/components/DetachedPage/DetachedPage.svelte
Normal file
17
src/lib/components/DetachedPage/DetachedPage.svelte
Normal file
@@ -0,0 +1,17 @@
|
||||
<script>
|
||||
import Container from '../../../Container.svelte';
|
||||
</script>
|
||||
|
||||
<Container
|
||||
navigationActions={{
|
||||
left: () => {
|
||||
history.back();
|
||||
return false;
|
||||
}
|
||||
}}
|
||||
focusOnMount
|
||||
trapFocus
|
||||
class="fixed inset-0 z-20"
|
||||
>
|
||||
<slot />
|
||||
</Container>
|
||||
Reference in New Issue
Block a user