diff --git a/web/src/App.vue b/web/src/App.vue index 688a38d..dc651e1 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,6 +1,6 @@ diff --git a/web/src/views/SettingsView.vue b/web/src/views/SettingsView.vue index 85f11ea..d5c7fb8 100644 --- a/web/src/views/SettingsView.vue +++ b/web/src/views/SettingsView.vue @@ -10,14 +10,16 @@
-

Quick Capture Entry Point

+

Quick Capture Entry Point

Where the "describe it and search" input appears on every page.

-
+
+
@@ -160,6 +174,8 @@

@@ -192,6 +208,7 @@ interface Prefs { const prefs = ref({ entry_point_style: 'topbar', llm_url: '', llm_model: '', llm_api_key: '', severity_overrides: [] }) const saveStatus = ref<{ ok: boolean; msg: string } | null>(null) const showAddOverride = ref(false) +const showApiKey = ref(false) const newRule = ref({ name: '', pattern: '', override_severity: 'WARN', enabled: true }) const entryPointOptions = [