From 84d77208192af9f7a9b15235ec085abb0d803fc8 Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Fri, 12 Dec 2025 23:26:55 +0000 Subject: [PATCH] Add moderation and analytics pages to the dashboard interface Implement new API endpoints for moderation statistics, warnings, bans, and activity feed data in webServer.js, and add corresponding sections and navigation to dashboard.html. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Event-Id: 72415ade-753e-448a-a127-8d4fee249942 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/bakeZwZ Replit-Helium-Checkpoint-Created: true --- aethex-bot/public/dashboard.html | 471 ++++++++++++++++++++++++++++++- aethex-bot/server/webServer.js | 353 +++++++++++++++++++++++ 2 files changed, 823 insertions(+), 1 deletion(-) diff --git a/aethex-bot/public/dashboard.html b/aethex-bot/public/dashboard.html index 780d831..6e45ba6 100644 --- a/aethex-bot/public/dashboard.html +++ b/aethex-bot/public/dashboard.html @@ -1171,8 +1171,14 @@ + + @@ -1712,6 +1718,171 @@ + + + +