feat: add settings view with capture toggle and blacklist management

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-12 12:25:25 -04:00
parent baf6416805
commit ff19faff03
3 changed files with 104 additions and 2 deletions

View File

@@ -52,5 +52,5 @@ export function renderUnlock(app: HTMLElement): void {
}
const settingsBtn = document.getElementById('settings-btn');
settingsBtn?.addEventListener('click', () => navigate('setup'));
settingsBtn?.addEventListener('click', () => navigate('settings'));
}