Commit graph

72 commits

Author SHA1 Message Date
mic
facc0bce74 resetApiSettings method added. showing the reset button also in the new prompt form. see #623 2026-01-22 22:38:30 +01:00
mic
a888370fd2 correctly saving the need_custom_text status with a direct edit on the page. see #621 2026-01-20 23:48:07 +01:00
mic
0041a8a6a4 correctly saving the enabled status with a direct edit on the page. see #621 2026-01-20 23:43:46 +01:00
mic
1b5c904030 the custom prompts reset button is cearling all specific api settings in the prompt. see #601 2026-01-04 17:12:28 +01:00
mic
b32ce4f756 copyright date updated to 2026 2026-01-03 23:04:01 +01:00
mic
b558fc2ed2 fix for clickable checkbox labels 2026-01-03 00:20:41 +01:00
mic
01142fb582 correctly hiding and showing the chatgpt additional prop toggle. see #102 2026-01-02 22:35:24 +01:00
mic
c7c5d0c594 correctly handling chatgpt additional props show. see #102 2026-01-02 22:30:44 +01:00
mic
1362da944e correctly using the toggleApiPropertiesShow method. see #102 2026-01-02 22:10:29 +01:00
mic
82629fb495 missing strings fixed. see #102 2026-01-02 18:15:44 +01:00
mic
00e415b40f italic removed. see #102 2026-01-02 18:08:01 +01:00
mic
9840b0f265 labels fixed. see #102 2026-01-02 18:07:08 +01:00
mic
c1368fdf44 various css fixses. see #102 2026-01-02 18:04:29 +01:00
mic
94d1647c35 correctly showing the specific api on confirm. see #102 2026-01-02 17:51:13 +01:00
mic
622d9a9c82 specific api show improved. see #102 2026-01-02 17:43:57 +01:00
mic
a9a898ec29 correctly setting the show text. see #102 2026-01-02 17:35:44 +01:00
mic
b80bcd35bb a string added to i18n 2026-01-02 17:32:36 +01:00
mic
3ebbaf184b reset button added. see #102 2026-01-02 12:33:53 +01:00
mic
ae83e3284e correctyl updating the UI wornings. see #102 2026-01-02 12:17:10 +01:00
mic
163bbdc055 now loading default API settings if needed. see #593 2026-01-02 12:09:00 +01:00
mic
56362266e2 the api settings table container is now in the html page. see #102 2026-01-02 10:21:47 +01:00
mic
92fba4a1b3 comments improved 2026-01-02 10:14:53 +01:00
mic
b796b3deec api settings in new form are now defined in the html page. see #102 2026-01-02 10:13:55 +01:00
mic
07f5c699a4 useless switch converted to if 2026-01-02 10:04:07 +01:00
mic
a96e87e95a missing string added 2026-01-02 10:02:34 +01:00
mic
33fdd0cc9b correctyl showing and hiding api settings elements. see #102 2026-01-02 09:54:04 +01:00
mic
0fb95121a4 css correctly imported. labels width fixed. see #102 2026-01-02 09:44:50 +01:00
mic
7f2c3b422f working on custom prompt ui. see #102 2026-01-01 22:15:01 +01:00
mic
1b1143e6e3 saving custom prompts api settings 2026-01-01 16:30:10 +01:00
mic
3e05f0b551 Working on a first version... See #102 2026-01-01 16:00:31 +01:00
mic
01df96d0c7 using mapPlaceholderToSuggestion. see #553 2025-12-26 22:52:34 +01:00
mic
9a4657a377 openTab ulrs fixed 2025-06-16 21:31:47 +02:00
mic
cf85955b39 Add a button to pen the custom dataplaceholder page. see #156 2025-06-16 21:19:53 +02:00
mic
1d9eb63d61 better handling of checkfields when typing 2025-06-16 21:16:40 +02:00
mic
1738a12481 Remove debug log for current text after custom placeholders substitution 2025-06-16 21:01:33 +02:00
Mic
afa773fe84 handling custom placeholders in checking custom prompts features. see #156 2025-06-15 23:47:00 +02:00
Mic
2351034e3c Rename getCustomPromptsUsedSpace to getLocalStorageUsedSpace for clarity and update references 2025-06-15 23:17:00 +02:00
Mic
509b8de8e0 Refactor localization keys for prompts to use a consistent naming convention and update related HTML references 2025-06-15 23:12:00 +02:00
Mic
528eb4c76c Refactor localization keys for prompts to use a consistent naming convention and update related HTML references 2025-06-15 23:12:00 +02:00
Mic
3d97444742 list.js moved to _lib folder 2025-06-15 23:07:00 +02:00
Mic
1e8eb4a1d4 selected_html placeholder added. see #368 2025-05-22 00:51:00 +02:00
mic
a81b9daa54 Enhance ChatGPT Web model selection by adding event listeners for new model inputs and updating HTML structure for better integration in custom prompts 2025-05-02 00:10:59 +02:00
mic
eb804860b9 Refactor chatgpt_web_models_list_table styles and update HTML structure for better integration 2025-05-02 00:03:26 +02:00
mic
75e25c2824 Update styles and HTML structure for ChatGPT Web models integration in custom prompts 2025-05-01 23:55:46 +02:00
Mic
d4aac5cb14 Add warning message for Custom GPT setting override in options. see #277 #168 2025-04-30 22:29:35 +02:00
mic
72e3701740 add color styling for ChatGPT web additional info elements. see #277 #168 2025-04-29 23:01:44 +02:00
Mic
bc17be4853 add new fields to clearFields function for ChatGPT web model and project. see #277 #168 2025-04-28 21:13:00 +02:00
Mic
f742f0460a remove debug console logs from mzta-custom-prompts.js and mzta-popup.js 2025-04-28 21:08:00 +02:00
Mic
d10c31da87 typo fixed 2025-04-28 21:03:00 +02:00
Mic
be78527b0b Refactor and improve handling of additional properties in ChatGPT web interface. see #277 #168 2025-04-28 20:58:00 +02:00