import { Card, CardContent, CardHeader, Input, TextArea, Button, Chip, Switch, Separator, TextField, Label } from '@heroui/react'; import { LogIn, UserRound, Eye, Save, Send, RefreshCw } from 'lucide-react'; import { useApp } from '../context/AppContext'; import { SectionCard } from '../components/shared/SectionCard'; export function SupportLogin() { const { supportLogin, setSupportLogin, saveSupportLogin } = useApp(); return (

Panel-Konfiguration

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)} />