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:
@@ -14,7 +14,7 @@ import { Input } from '@/components/ui/input'
|
||||
import { Label } from '@/components/ui/label'
|
||||
import { Switch } from '@/components/ui/switch'
|
||||
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'
|
||||
|
||||
function NumberField({
|
||||
@@ -205,14 +205,10 @@ export function EditionSettingsTab() {
|
||||
<CardHeader>
|
||||
<CardTitle className="text-muted-foreground text-base">Coming soon</CardTitle>
|
||||
<CardDescription>
|
||||
Lunch-event configuration and editable email templates land in upcoming
|
||||
updates and will surface here.
|
||||
Editable email templates land in an upcoming update and will surface here.
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<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">
|
||||
<ScrollText className="h-4 w-4" /> Email templates — editable subject + body
|
||||
for confirmation, decline-cascade, mentor onboarding, etc.
|
||||
|
||||
Reference in New Issue
Block a user