diff --git a/cmd/run.go b/cmd/run.go index b3a521a..a5da512 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -34,6 +34,8 @@ func run(flags []string) { fmt.Println("Run `TastyBites status` or use the flag -skipMigrations") os.Exit(1) } + } else { + fmt.Println("WARNING: Skipping migrations! This can lead to errors, or even data loss!") } api.Serve(api.Config{ diff --git a/front/src/App.svelte b/front/src/App.svelte index 439ed0c..445c44a 100644 --- a/front/src/App.svelte +++ b/front/src/App.svelte @@ -1,17 +1,18 @@ +

Table booking

+
+
+ + + {#if !nameValid} + Enter a name + {/if} +
+ +
+ +
+ + + {#if !emailValid} + Email not valid + {/if} +
+ +
+ +
+ + + {#if !telephoneValid} + Telephone number not valid + {/if} +
+ +
+
+
+
+
+ +
+ +