From 4acf50770234194541352da2e60f3914bbaa516d Mon Sep 17 00:00:00 2001 From: jevb Date: Thu, 19 Mar 2026 05:40:22 +0100 Subject: [PATCH] docs: update README and CLAUDE.md for v1.0.0 release - Update README Administration section with full admin panel features (live server logs, audit filters, backup/restore, settings, modals) - Fix CLAUDE.md branch reference (tauri-migration -> dev) --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2937ec8a..ddc024e6 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,16 @@ server and keep everything under your control. ### Administration -- Web-based admin panel at `/admin` -- User management (ban, kick, role assignment) -- Server update checker (GitHub Releases integration) -- Structured request logging +- Web-based admin panel at `/admin` (Discord-style dark theme) +- Dashboard with server stats and recent activity +- User management (ban, kick, role assignment) with modals +- Channel management (create, edit, delete) +- Settings management (server name, MOTD, limits, security) +- Live server log streaming via SSE with level filters, + search, auto-scroll, pause/resume, copy, and clear +- Audit log with search, action type filter, copy, and CSV export +- Database backup and restore with pre-restore safety backups +- Server update checker and one-click apply (GitHub Releases) ### Security