diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index ec8682c..5e0aa9b 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -1,8 +1,8 @@
import { useEffect, useState } from 'react';
import {
- Alert, Avatar, Button, Card, CardContent, CardHeader, Chip, Divider,
- Input, Select, SelectItem, Skeleton, Spinner, Switch, Tab, Tabs,
- Textarea
+ Alert, Avatar, Button, Card, CardContent, CardHeader, Chip,
+ Input, Separator, Skeleton, Spinner, Switch, Tab, Tabs,
+ TextArea
} from '@heroui/react';
import {
Activity, AudioLines, Bot, Cable, CalendarDays, ChevronRight, Command,
@@ -283,20 +283,16 @@ function App() {
@@ -494,7 +490,7 @@ function App() {
setKbDraft((s) => ({ ...s, title: v }))} />
setKbDraft((s) => ({ ...s, keywords: v }))} />
-
@@ -511,8 +507,8 @@ function App() {
setSettings((s) => ({ ...s, automodConfig: { ...(s.automodConfig || {}), linkFilter: v } }))}>Link-Filter
setSettings((s) => ({ ...s, automodConfig: { ...(s.automodConfig || {}), spamFilter: v } }))}>Spam-Filter
setSettings((s) => ({ ...s, automodConfig: { ...(s.automodConfig || {}), logChannelId: v } }))} />
- setSettings((s) => ({ ...s, automodConfig: { ...(s.automodConfig || {}), linkWhitelist: v.split(',').map((x) => x.trim()).filter(Boolean) } }))} />
-
+ setSettings((s) => ({ ...s, automodConfig: { ...(s.automodConfig || {}), linkWhitelist: v.split(',').map((x) => x.trim()).filter(Boolean) } }))} />
+
@@ -531,9 +527,9 @@ function App() {
setSettings((s) => ({ ...s, welcomeConfig: { ...(s.welcomeConfig || {}), enabled: v } }))}>Welcome aktiv
setSettings((s) => ({ ...s, welcomeConfig: { ...(s.welcomeConfig || {}), channelId: v } }))} />
setSettings((s) => ({ ...s, welcomeConfig: { ...(s.welcomeConfig || {}), embedTitle: v } }))} />
- setSettings((s) => ({ ...s, welcomeConfig: { ...(s.welcomeConfig || {}), embedDescription: v } }))} />
+ setSettings((s) => ({ ...s, welcomeConfig: { ...(s.welcomeConfig || {}), embedDescription: v } }))} />
setSettings((s) => ({ ...s, welcomeConfig: { ...(s.welcomeConfig || {}), embedFooter: v } }))} />
-
+
@@ -550,7 +546,7 @@ function App() {
setSettings((s) => ({ ...s, dynamicVoiceConfig: { ...(s.dynamicVoiceConfig || {}), lobbyChannelId: v } }))} />
setSettings((s) => ({ ...s, dynamicVoiceConfig: { ...(s.dynamicVoiceConfig || {}), categoryId: v } }))} />
setSettings((s) => ({ ...s, dynamicVoiceConfig: { ...(s.dynamicVoiceConfig || {}), template: v } }))} />
-
+
@@ -566,8 +562,8 @@ function App() {
setBirthday((s: any) => ({ ...s, config: { ...s.config, enabled: v } }))}>Birthday aktiv
setBirthday((s: any) => ({ ...s, config: { ...s.config, channelId: v } }))} />
setBirthday((s: any) => ({ ...s, config: { ...s.config, sendHour: Number(v || 0) } }))} />
- setBirthday((s: any) => ({ ...s, config: { ...s.config, messageTemplate: v } }))} />
-
+ setBirthday((s: any) => ({ ...s, config: { ...s.config, messageTemplate: v } }))} />
+
@@ -594,7 +590,7 @@ function App() {
setReactionDraft((s) => ({ ...s, title: v }))} />
setReactionDraft((s) => ({ ...s, channelId: v }))} />
- setReactionDraft((s) => ({ ...s, entries: v }))} />
+ setReactionDraft((s) => ({ ...s, entries: v }))} />
@@ -651,7 +647,7 @@ function App() {
setSettings((s) => ({ ...s, loggingConfig: { ...(s.loggingConfig || {}), categories: { ...(s.loggingConfig?.categories || {}), joinLeave: v } } }))}>Join / Leave loggen
setSettings((s) => ({ ...s, loggingConfig: { ...(s.loggingConfig || {}), categories: { ...(s.loggingConfig?.categories || {}), messageEdit: v } } }))}>Message Edit loggen
setSettings((s) => ({ ...s, loggingConfig: { ...(s.loggingConfig || {}), categories: { ...(s.loggingConfig?.categories || {}), messageDelete: v } } }))}>Message Delete loggen
-
+
@@ -695,7 +691,7 @@ function App() {
setEventDraft((s) => ({ ...s, title: v }))} />
- setEventDraft((s) => ({ ...s, description: v }))} />
+ setEventDraft((s) => ({ ...s, description: v }))} />
setEventDraft((s) => ({ ...s, channelId: v }))} />
setEventDraft((s) => ({ ...s, startsAt: v }))} />
diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx
index 3b97e94..dd9749c 100644
--- a/frontend/src/components/layout/Sidebar.tsx
+++ b/frontend/src/components/layout/Sidebar.tsx
@@ -1,4 +1,4 @@
-import { Avatar, Button, Card, CardContent, Chip, Divider } from '@heroui/react';
+import { Avatar, Button, Card, CardContent, Chip } from '@heroui/react';
import { LogOut, Server } from 'lucide-react';
import { navItems } from '../../utils/constants';
import type { NavKey, Guild, User } from '../../types';
@@ -44,7 +44,7 @@ export function Sidebar({ user, guilds, currentGuildId, section, onSectionChange
-
+
-
+