mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 00:35:12 +02:00
Added title modals
This commit is contained in:
@@ -6,6 +6,8 @@ function createModalStack() {
|
||||
top: undefined
|
||||
});
|
||||
|
||||
store.subscribe(console.log);
|
||||
|
||||
return {
|
||||
...store,
|
||||
push: (symbol: Symbol) => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { fade, fly } from 'svelte/transition';
|
||||
import { fly } from 'svelte/transition';
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user