From d7afad3b71ec7ba7fc3eb14ebd273e4673bc8528 Mon Sep 17 00:00:00 2001 From: Mic Date: Tue, 22 Apr 2025 00:21:00 +0200 Subject: [PATCH] Add account selection info for autotagging feature and update visibility logic. see #327 --- _locales/en/messages.json | 4 ++++ pages/addtags/mzta-add-tags.css | 4 ++++ pages/addtags/mzta-add-tags.html | 3 ++- pages/addtags/mzta-add-tags.js | 6 ++++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7cb9e10a..d048d10f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1123,6 +1123,10 @@ "message": "If checked, the AI will automatically add tags to newly received emails.", "description": "" }, + "prefs_OptionText_add_tags_auto_Info2": { + "message": "Choose which account to activate this feature for at the bottom of this page.", + "description": "" + }, "prefs_OptionText_add_tags_auto_force_existing": { "message": "Force existing tags when autotagging", "description": "" diff --git a/pages/addtags/mzta-add-tags.css b/pages/addtags/mzta-add-tags.css index 729bb1b5..527593e7 100644 --- a/pages/addtags/mzta-add-tags.css +++ b/pages/addtags/mzta-add-tags.css @@ -21,6 +21,10 @@ width: 30em; } +#account_selector_container{ + display: none; +} + #account_selector_checkboxes{ padding: 10px; border: 1px solid gray; diff --git a/pages/addtags/mzta-add-tags.html b/pages/addtags/mzta-add-tags.html index 8b75083b..3d5ca558 100644 --- a/pages/addtags/mzta-add-tags.html +++ b/pages/addtags/mzta-add-tags.html @@ -50,7 +50,8 @@ - __MSG_prefs_OptionText_add_tags_auto__ + __MSG_prefs_OptionText_add_tags_auto__ +
__MSG_prefs_OptionText_add_tags_auto_Info2__