Merge branch 'main' into new_1.1

This commit is contained in:
Mic 2024-05-21 21:24:40 +02:00 committed by GitHub
commit 1cae90b843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 1 deletions

View file

@ -2,7 +2,6 @@
<h2>Version 1.1.0 - ??/??/2024</h2> <h2>Version 1.1.0 - ??/??/2024</h2>
<ul> <ul>
<li>A prompt can be configured to request additional text from the user.</li> <li>A prompt can be configured to request additional text from the user.</li>

View file

@ -1,5 +1,13 @@
# ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI # ![ThunderAI icon](images/icon-32px.png "ThunderAI") ThunderAI
> [!IMPORTANT]
> ## Custom Prompts are coming!
>
> Try this new feature in the [new pre-release version](https://github.com/micz/ThunderAI/releases/tag/v1.1.0pre4).
<br>
ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management. ThunderAI is a Thunderbird Addon that uses the capabilities of ChatGPT to enhance email management.
It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication. It enables users to analyze, write, correct, and optimize their emails, facilitating more effective and professional communication.

View file

@ -136,6 +136,7 @@ function addCustomDiv(prompt_action,tabId) {
style.innerHTML += "#mzta-custom_loading{height:50px;display:none;}"; style.innerHTML += "#mzta-custom_loading{height:50px;display:none;}";
style.innerHTML += "#mzta-custom_textarea{color:black;padding:1px;font-size:15px;width:100%;}"; style.innerHTML += "#mzta-custom_textarea{color:black;padding:1px;font-size:15px;width:100%;}";
style.innerHTML += "#mzta-custom_info{text-align:center;width:100%;padding-bottom:10px;font-size:15px;}"; style.innerHTML += "#mzta-custom_info{text-align:center;width:100%;padding-bottom:10px;font-size:15px;}";
// Add <style> to the page's <head> // Add <style> to the page's <head>
document.head.appendChild(style); document.head.appendChild(style);