chore: drop lunch placeholder from edition settings coming-soon card

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matt
2026-04-29 02:50:39 +02:00
parent 31b98f6f1e
commit e0f6b7e741

View File

@@ -14,7 +14,7 @@ import { Input } from '@/components/ui/input'
import { Label } from '@/components/ui/label' import { Label } from '@/components/ui/label'
import { Switch } from '@/components/ui/switch' import { Switch } from '@/components/ui/switch'
import { Skeleton } from '@/components/ui/skeleton' import { Skeleton } from '@/components/ui/skeleton'
import { Loader2, Salad, ScrollText, Stamp, Users } from 'lucide-react' import { Loader2, ScrollText, Stamp, Users } from 'lucide-react'
import { toast } from 'sonner' import { toast } from 'sonner'
function NumberField({ function NumberField({
@@ -205,14 +205,10 @@ export function EditionSettingsTab() {
<CardHeader> <CardHeader>
<CardTitle className="text-muted-foreground text-base">Coming soon</CardTitle> <CardTitle className="text-muted-foreground text-base">Coming soon</CardTitle>
<CardDescription> <CardDescription>
Lunch-event configuration and editable email templates land in upcoming Editable email templates land in an upcoming update and will surface here.
updates and will surface here.
</CardDescription> </CardDescription>
</CardHeader> </CardHeader>
<CardContent className="text-muted-foreground space-y-2 text-sm"> <CardContent className="text-muted-foreground space-y-2 text-sm">
<div className="flex items-center gap-2">
<Salad className="h-4 w-4" /> Lunch event dishes, allergies, RSVP deadline
</div>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<ScrollText className="h-4 w-4" /> Email templates editable subject + body <ScrollText className="h-4 w-4" /> Email templates editable subject + body
for confirmation, decline-cascade, mentor onboarding, etc. for confirmation, decline-cascade, mentor onboarding, etc.