Remove example chats concept

55e9f0174fb740229d4e32fcc33fdfd136ed864a

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

1 files changed, +1 -30Ignore whitespace
public/index.html+1 -30
@@ -5152,36 +5152,7 @@
5152 <div class="extension_token_counter">5152 <div class="extension_token_counter">
5153 <span data-i18n="extension_token_counter">Tokens:</span> <span data-token-counter="mes_example_textarea">counting...</span>5153 <span data-i18n="extension_token_counter">Tokens:</span> <span data-token-counter="mes_example_textarea">counting...</span>
5154 </div>5154 </div>
5155 <!-- PLACEHOLDER CODE FOR NEW EXAMPLE CHAT HANDLING5155 <!-- TODO: Example chats handhold-editor concept: https://gist.github.com/Cohee1207/50da02a4001ac1adae9b440f9b8e1079 -->
5156 <div name="exampleChatsBlockTemplate" class="flex-container flexFlowColumn">
5157 <div class="flex-container alignitemscenter">
5158 <textarea class="flexShrink flexGrow wideMinContent" rows="1" placeholder="Name for this example chat"></textarea>
5159 <div class="fa-solid fa-plus menu_button" title="Add a new message to this example chat block"></div>
5160 </div>
5161 <div class="flex-container whitespacenowrap">
5162 <div class="flex-container flexFlowColumn">
5163 <select>
5164 <option>{{user}}</option>
5165 <option>{{char}}</option>
5166 <option>Custom</option>
5167 </select>
5168 <textarea rows="1" placeholder="Custom Entity"></textarea>
5169 </div>
5170 <textarea class="flexShrink flexGrow wideMinContent" placeholder="Content of the example chat."></textarea>
5171 </div>
5172 <div class="flex-container whitespacenowrap">
5173 <div class="flex-container flexFlowColumn">
5174 <select>
5175 <option>{{user}}</option>
5176 <option>{{char}}</option>
5177 <option>Custom</option>
5178 </select>
5179 <textarea rows="1" placeholder="Custom Entity"></textarea>
5180 </div>
5181 <textarea class="flexShrink flexGrow wideMinContent" placeholder="Content of the example chat."></textarea>
5182 </div>
5183 </div>
5184 -->
5185 </div>5156 </div>
5186 <div id="character_popup_ok" class="menu_button" data-i18n="Save">Save</div>5157 <div id="character_popup_ok" class="menu_button" data-i18n="Save">Save</div>
5187 </div>5158 </div>