Skip to content

2.0.0 Dashboard#184

Merged
Medicopter117 merged 5 commits intomainfrom
dev-builds/2.0.0-dashboard
Mar 15, 2026
Merged

2.0.0 Dashboard#184
Medicopter117 merged 5 commits intomainfrom
dev-builds/2.0.0-dashboard

Conversation

@Medicopter117
Copy link
Copy Markdown
Member

No description provided.

@Medicopter117 Medicopter117 added this to the V2.0.0 milestone Mar 15, 2026
@Medicopter117 Medicopter117 self-assigned this Mar 15, 2026
@@ -0,0 +1,169 @@
from fastapi import APIRouter, Request, HTTPException, Security, status, Depends
@@ -0,0 +1,169 @@
from fastapi import APIRouter, Request, HTTPException, Security, status, Depends
from fastapi.responses import RedirectResponse
@@ -0,0 +1,354 @@
from fastapi import APIRouter, Request, HTTPException, Security, status, Depends
if not bot_instance or not hasattr(bot_instance, 'settings_db'):
raise HTTPException(status_code=503, detail="Bot database not ready")

data = await request.json()
user_name = user.get("username", "Unbekannter User")
from src.api.dashboard.routes import bot_instance
if bot_instance:
cog = bot_instance.get_cog("AntiSpam")
src/web/App.tsx Outdated
const CommandsPage = lazy(() => import("./pages/CommandsPage"));
const TeamPage = lazy(() => import("./pages/TeamPage"));
const RoadmapPage = lazy(() => import("./pages/RoadmapPage"));
const RoadmaPage = lazy(() => import("./pages/RoadmapPage"));
@@ -0,0 +1,186 @@
import React, { useState, useEffect } from "react";
import { motion } from "framer-motion";
import { Button } from "./ui/button";
import { Input } from "./ui/input";
import { Label } from "./ui/label";
import { Switch } from "./ui/switch";
import React, { useState, useEffect } from "react";
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "./ui/card";
import { Label } from "./ui/label";
import { Switch } from "./ui/switch";
Comment on lines +7 to +15
import {
Trash2,
Save,
Clock,
Hash,
Plus,
X,
Search
} from "lucide-react";
import { Card, CardContent, CardHeader, CardTitle, CardDescription } from "./ui/card";
import { Label } from "./ui/label";
import { Switch } from "./ui/switch";
import { Input } from "./ui/input";
@@ -0,0 +1,188 @@
import React, { useState, useEffect } from "react";
import { motion } from "framer-motion";
Comment on lines +3 to +10
import {
Globe,
Hash,
Save,
Shield,
Palette,
Eye
} from "lucide-react";
Comment on lines +8 to +18
import {
Trophy,
Save,
MessageSquare,
Hash,
Volume2,
Ban,
Sparkles,
BarChart3,
Search
} from "lucide-react";
Search
} from "lucide-react";
import { toast } from "sonner";
import { cn } from "../lib/utils";
@github-actions github-actions bot added documentation Improvements or additions to documentation site python css labels Mar 15, 2026
@Medicopter117 Medicopter117 merged commit 848f57c into main Mar 15, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

css documentation Improvements or additions to documentation python site

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant