feat: add user profile with avatar, bio, and lifetime stats

- Add profile fields to HikariConfig (name, avatar path, bio)
- Create ProfilePanel component with trans-pride themed styling
- Add profile button to StatusBar for easy access
- Display lifetime stats (messages, tokens, code blocks, files, cost)
- Show achievement completion progress bar
- Support file picker for avatar image selection
- Remove global stats from StatsDisplay (now in Profile)

Co-Authored-By: Hikari <hikari@nhcarrigan.com>
This commit is contained in:
2026-01-25 20:06:03 -08:00
parent 4f02747064
commit 8a19f35922
6 changed files with 568 additions and 9 deletions
+3
View File
@@ -30,6 +30,9 @@
streamer_mode: false,
streamer_hide_paths: false,
compact_mode: false,
profile_name: null,
profile_avatar_path: null,
profile_bio: null,
});
let isOpen = $state(false);