From 374a6b3fe918dc699d3f99bdc46109344cdb6f84 Mon Sep 17 00:00:00 2001 From: r-zakarya <82443831+r-zakarya@users.noreply.github.com> Date: Fri, 10 Jul 2026 05:21:57 +0100 Subject: [PATCH] feat(settings): split Autofill into its own tab Extracted the autofill toggle + hotkey combos out of the Security section into their own .slideover-field labelled "Autofill", added an Autofill tab + map entry. 5 tabs now. Co-Authored-By: Claude Opus 4.8 --- index.html | 4 ++++ js/app.js | 1 + 2 files changed, 5 insertions(+) diff --git a/index.html b/index.html index 896b77b..a638cb0 100644 --- a/index.html +++ b/index.html @@ -417,6 +417,7 @@
+
@@ -601,6 +602,9 @@ + +
+
Autofill
Autofill with global hotkey diff --git a/js/app.js b/js/app.js index f6b0581..f883586 100644 --- a/js/app.js +++ b/js/app.js @@ -7813,6 +7813,7 @@ function closeSettings() { const SETTINGS_TAB_OF = { 'Appearance': 'general', 'Security': 'security', 'Clipboard privacy': 'security', + 'Autofill': 'autofill', 'Account': 'account', 'PIN unlock': 'account', 'Quick unlock': 'account', 'Recovery key': 'account', 'Export': 'sync', 'Sync (WebDAV)': 'sync', 'Auto-backup': 'sync', 'Import': 'sync',