From 39da7daed84ea61e7c1299372766db2770f53101 Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 18 Dec 2024 01:38:00 +0100 Subject: [PATCH] survey link added. fixes #202 --- _locales/en/messages.json | 8 ++++++++ options/mzta-options.css | 17 +++++++++++++++++ options/mzta-options.html | 3 +++ 3 files changed, 28 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a90a3ba2..61730270 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -866,5 +866,13 @@ "AddTags_prompt_prefs_title": { "message": "Add Tags Options", "description": "" + }, + "prefs_SurveyLinkText": { + "message": "Share your feedback and help us improve ThunderAI!", + "description": "" + }, + "prefs_SurveyLinkText2": { + "message": "Click here, it take only one minute!", + "description": "" } } \ No newline at end of file diff --git a/options/mzta-options.css b/options/mzta-options.css index 23924e83..8044eb8d 100644 --- a/options/mzta-options.css +++ b/options/mzta-options.css @@ -166,6 +166,23 @@ input.option-input[type="text"]{ border-radius: 4px; } +#mzta_top_msg div{ + color: white; + font-style: italic; + background-color: rgb(3, 0, 180); + border-radius: 4px; + padding: 3px; + font-weight: bold; + margin-bottom: 5px; + text-align: center; +} + +#mzta_top_msg div a{ + background-color: white; + padding:0px 3px; + border-radius: 4px; +} + .conntype_chatgpt_web_option{ cursor: pointer; } diff --git a/options/mzta-options.html b/options/mzta-options.html index bdc5ac42..c633f3da 100644 --- a/options/mzta-options.html +++ b/options/mzta-options.html @@ -8,6 +8,9 @@
__MSG_prefs_OptionText_release_notes__
__MSG_prefs_status_page__
+ + +
__MSG_prefs_SurveyLinkText__
__MSG_prefs_SurveyLinkText2__
__MSG_prefs_OptionText_owl_warning__ __MSG_customPrompts_managePrompts_help__