Skip to content

Commit

Permalink
remove Signal London specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Nov 13, 2024
1 parent db1fbf2 commit 8757be8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 405 deletions.
214 changes: 0 additions & 214 deletions src/app/(layout-free)/event/[slug]/kiosk/kiosk-form.tsx

This file was deleted.

7 changes: 4 additions & 3 deletions src/app/(layout-free)/event/[slug]/kiosk/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Privilege } from "@/middleware";
import { cookies } from "next/headers";
import OrderForm from "./kiosk-form";
import { getSyncService } from "@/lib/twilio";
import OrderForm from "@/app/(master-layout)/event/[slug]/orders/order-form";

export default async function KioskPage(props: {
params: Promise<{ slug: string }>;
Expand Down Expand Up @@ -29,12 +29,13 @@ export default async function KioskPage(props: {

return (
<div className="p-4 space-y-8 flex-1">
<p className="text-6xl font-bold">Welcome to SIGNAL London!</p>
<p className="text-4xl">
Order your coffee here and pick it up at the barista station.
Order your beverage here and pick it up at the Twilio booth.
</p>
{hasPermissions && (
<OrderForm
askForSender={true}
showToast={true}
eventSlug={params.slug}
selection={event?.data.selection}
/>
Expand Down
1 change: 0 additions & 1 deletion src/app/(master-layout)/event/[slug]/orders/ordersList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export default function OrdersList({
data.item.shortTitle,
index,
);
debugger;
addMessageToConversation(
data.key,
"",
Expand Down
Loading

0 comments on commit 8757be8

Please sign in to comment.