Start on Booking form

Clean up navigation bar
Form CSS
Add warning to run when skipping migrations
This commit is contained in:
Michał Gdula 2024-05-10 14:46:53 +01:00
parent 5cce507c8a
commit 3198dec20c
9 changed files with 181 additions and 38 deletions

View file

@ -1,10 +1,10 @@
<script lang="ts">
import { onMount } from "svelte";
import { link } from 'svelte-spa-router';
import { Acorn, Fish, Leaf, Pepper, ArrowUpRight, GrainsSlash } from 'phosphor-svelte';
import { type Item, Labels} from "../lib/types";
import LoadingImage from '/assets/MenuItemLoadingAlt.svg';
import {onMount} from "svelte";
export let item: Item;