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

@ -61,21 +61,21 @@ Example
`,
labels: [Labels.nut],
},
{
uuid: "gwagwa",
availability: false,
name: "GwaGwa",
price: 69,
labels: [Labels.nut],
images: ["/item_images/dab.jpg"],
},
// {
// uuid: "gwagwa",
// availability: false,
// name: "GwaGwa",
// price: 69,
// labels: [Labels.nut],
// images: ["/item_images/dab.jpg"],
// },
{
uuid: "hogmelon",
availability: true,
name: "Hogermellon",
price: 1111,
description: `
This is a sample description. Gay Balls.
This is a sample description.
Contains the following:
- hog
@ -92,7 +92,7 @@ Contains the following:
description: `
This is a sample description.
Gay Balls
Blue Hog
`,
labels: [Labels.nut, Labels.gluten, Labels.spicy],
images: ["/item_images/sonichog.jpg"],