feat: Implement new settings pages and refactor application layout and navigation with new components and hooks.

This commit is contained in:
syntaxbullet
2026-01-16 12:49:17 +01:00
parent 2f73f38877
commit 2a72beb0ef
33 changed files with 2584 additions and 1863 deletions

View File

@@ -416,7 +416,7 @@ export async function createWebServer(config: WebServerConfig = {}): Promise<Web
};
const clientStats = unwrap(results[0], {
bot: { name: 'Aurora', avatarUrl: null },
bot: { name: 'Aurora', avatarUrl: null, status: null },
guilds: 0,
commandsRegistered: 0,
commandsKnown: 0,