Added title modals

This commit is contained in:
Aleksi Lassila
2023-08-09 15:51:45 +03:00
parent a8d328dec5
commit a52e96e0e1
13 changed files with 163 additions and 33 deletions

View File

@@ -6,6 +6,8 @@ function createModalStack() {
top: undefined
});
store.subscribe(console.log);
return {
...store,
push: (symbol: Symbol) => {

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { fade, fly } from 'svelte/transition';
import { fly } from 'svelte/transition';
</script>
<div