diff --git a/frontend/index.html b/frontend/index.html index 07de5e2..4d2c72b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,8 @@ - Discord Moderation Dashboard + GMW — Discord Moderation Watcher +
diff --git a/frontend/public/logo.svg b/frontend/public/logo.svg new file mode 100644 index 0000000..a77060f --- /dev/null +++ b/frontend/public/logo.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GMW + diff --git a/frontend/src/components/layout/Header.tsx b/frontend/src/components/layout/Header.tsx index 39ce5ab..6647f11 100644 --- a/frontend/src/components/layout/Header.tsx +++ b/frontend/src/components/layout/Header.tsx @@ -1,4 +1,4 @@ -import { Wifi, WifiOff, Shield } from "lucide-react"; +import { Wifi, WifiOff } from "lucide-react"; import type { WebSocketStatus } from "../../hooks/useDashboardSocket"; import type { DashboardTab } from "../../types/ui"; import type { VoiceStatus } from "../../types/voice"; @@ -27,11 +27,13 @@ export function Header({ activeTab, wsStatus, voiceStatus }: HeaderProps) {
-
- -
+ GMW
-

{titles[activeTab]}

+

+ GMW + · + {titles[activeTab]} +

{subtitles[activeTab]}

diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index 9f2d406..1cf1d84 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -1,4 +1,4 @@ -import { Bot, BarChart3, MessageSquare, Radio } from "lucide-react"; +import { BarChart3, MessageSquare, Radio } from "lucide-react"; import type { DashboardTab } from "../../types/ui"; import { cn } from "../../lib/utils"; import { Button } from "../ui/button"; @@ -18,12 +18,13 @@ export function Sidebar({ activeTab, onTabChange }: SidebarProps) { return (