förbered för SPA
This commit is contained in:
parent
14bad11a65
commit
75f65e8432
@ -58,7 +58,7 @@
|
||||
<Card.Title>Importera förkortningar</Card.Title>
|
||||
<Card.Description>Nån annan hjälptext.</Card.Description>
|
||||
</Card.Header>
|
||||
<Card.Content>
|
||||
<Card.Content class="mx-auto">
|
||||
<form class="grid gap-4 py-4" method="post" enctype="multipart/form-data">
|
||||
<div class="grid grid-cols-4 items-center gap-4">
|
||||
<Label>Förkortningar</Label>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import Textarea from '../components/textarea.svelte';
|
||||
import Import from '../components/import/import.svelte';
|
||||
import Dashboard from '../components/dashboard.svelte';
|
||||
import { db, deleteShortformList, type Shortform } from '../db/main';
|
||||
import Menu from "../components/menu.svelte";
|
||||
@ -20,6 +21,11 @@
|
||||
|
||||
<div class="h-dvh w-full overflow-hidden" role="application">
|
||||
<div class="h-full">
|
||||
|
||||
<!-- <div class="flex items-center justify-center p-24">
|
||||
<Import />
|
||||
</div>
|
||||
-->
|
||||
<Menu />
|
||||
<Textarea />
|
||||
<!-- <Button variant="destructive" on:click={deleteDefaultShortforms}>Ta bort standardlista</Button>-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user