Add editor maximize for prefill textareas

ce8b0aae960ee00f3b50a85e3b2628e05b2f8148

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +8 -2Showing whitespace changes
public/index.html+8 -2
@@ -1823,10 +1823,16 @@
1823 </div>1823 </div>
1824 <div data-newbie-hidden class="range-block" data-source="claude">1824 <div data-newbie-hidden class="range-block" data-source="claude">
1825 <div class="wide100p">1825 <div class="wide100p">
1826 <div class="flex-container alignItemsCenter">
1826 <span id="claude_assistant_prefill_text" data-i18n="Assistant Prefill">Assistant Prefill</span>1827 <span id="claude_assistant_prefill_text" data-i18n="Assistant Prefill">Assistant Prefill</span>
1827 <textarea id="claude_assistant_prefill" class="text_pole textarea_compact autoSetHeight" name="assistant_prefill" rows="3" maxlength="10000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>1828 <i class="editor_maximize fa-solid fa-maximize right_menu_button" data-for="claude_assistant_prefill" title="Expand the editor" data-i18n="[title]Expand the editor"></i>
1829 </div>
1830 <textarea id="claude_assistant_prefill" class="text_pole textarea_compact" name="assistant_prefill" rows="6" maxlength="100000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>
1831 <div class="flex-container alignItemsCenter">
1828 <span id="claude_assistant_impersonation_text" data-i18n="Assistant Impersonation Prefill">Assistant Impersonation Prefill</span>1832 <span id="claude_assistant_impersonation_text" data-i18n="Assistant Impersonation Prefill">Assistant Impersonation Prefill</span>
1829 <textarea id="claude_assistant_impersonation" class="text_pole textarea_compact autoSetHeight" name="assistant_impersonation" rows="3" maxlength="10000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>1833 <i class="editor_maximize fa-solid fa-maximize right_menu_button" data-for="claude_assistant_impersonation" title="Expand the editor" data-i18n="[title]Expand the editor"></i>
1834 </div>
1835 <textarea id="claude_assistant_impersonation" class="text_pole textarea_compact" name="assistant_impersonation" rows="6" maxlength="100000" data-i18n="[placeholder]Start Claude's answer with..." placeholder="Start Claude's answer with..."></textarea>
1830 </div>1836 </div>
1831 <label for="claude_use_sysprompt" class="checkbox_label widthFreeExpand">1837 <label for="claude_use_sysprompt" class="checkbox_label widthFreeExpand">
1832 <input id="claude_use_sysprompt" type="checkbox" />1838 <input id="claude_use_sysprompt" type="checkbox" />