Course ID not found in configuration
diff --git a/packages/standalone-ui/src/views/UserSettingsView.vue b/packages/standalone-ui/src/views/UserSettingsView.vue
new file mode 100644
index 000000000..7169cda87
--- /dev/null
+++ b/packages/standalone-ui/src/views/UserSettingsView.vue
@@ -0,0 +1,57 @@
+
+
+
+
+ mdi-cog
+ User Settings
+
+
+
+
+ mdi-information
+ Settings panel is coming soon! This will allow you to customize your learning experience.
+
+
+
+
+
+ Study Preferences
+
+ Configure session length, difficulty settings, and review scheduling.
+
+
+
+
+
+
+ Interface Options
+
+ Customize theme, keyboard shortcuts, and display preferences.
+
+
+
+
+
+
+ Account Management
+
+ Manage your profile information and data privacy settings.
+
+
+
+
+
+
+
+
+ mdi-arrow-left
+ Back
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/standalone-ui/src/views/UserStatsView.vue b/packages/standalone-ui/src/views/UserStatsView.vue
new file mode 100644
index 000000000..f0d216cea
--- /dev/null
+++ b/packages/standalone-ui/src/views/UserStatsView.vue
@@ -0,0 +1,76 @@
+
+
+ User Stats
+
+ Loading...
+
+
+
ELO Profile
+
+
Global ELO
+
Score: {{ userElo.global.score }}
+
Interactions: {{ userElo.global.count }}
+
+
Tag-Specific ELOs
+
+ -
+ {{ tag }}: {{ elo.score }} ({{ elo.count }} interactions)
+
+
+
+
Additional Metrics
+
+ -
+ {{ key }}: {{ value }}
+
+
+
+
+ No ELO data found.
+
+ Back
+
+
+
+
\ No newline at end of file