fix: Fix navigation links and restore LanguageSwitcher

- Add missing nav keys to types.ts, de.ts, en.ts (sessions, buddies, stats, wishlist)
- Add LanguageSwitcher back to authenticated header
- Create /sessions page with SessionList
- Create /buddies page with BuddyList
- Create /stats page with StatsDashboard
- Create /wishlist placeholder page
This commit is contained in:
2026-01-18 21:18:25 +01:00
parent d109dfad0e
commit 1d02079df3
12 changed files with 506 additions and 110 deletions

View File

@@ -197,6 +197,10 @@ export type TranslationKeys = {
activity: string;
search: string;
profile: string;
sessions: string;
buddies: string;
stats: string;
wishlist: string;
};
hub: {
title: string;