import { Card, CardContent, CardDescription, CardHeader, CardTitle, Input, TextArea, Button, Chip, Switch, Separator, TextField, Label } from '@heroui/react'; import { LogIn, UserRound, Save, Send } from 'lucide-react'; import { useApp } from '../context/AppContext'; import { SectionCard } from '../components/shared/SectionCard'; import { AppAvatar } from '../components/shared/AppAvatar'; export function SupportLogin() { const { supportLogin, setSupportLogin, saveSupportLogin } = useApp(); return (
Panel-Konfiguration Texte und Zielkanal mit normalen HeroUI-Feldern pflegen.
setSupportLogin((s) => s ? { ...s, config: { ...s.config, autoRefresh: v } } : s)} > Auto-Refresh aktiv setSupportLogin((s) => s ? { ...s, config: { ...s.config, panelChannelId: e.target.value } } : s)} /> setSupportLogin((s) => s ? { ...s, config: { ...s.config, title: e.target.value } } : s)} />