Larger alternate greetings window
This commit is contained in:
parent
2bea90a264
commit
f7b1b490c7
|
@ -4704,10 +4704,10 @@
|
||||||
<h3><span data-i18n="Alternate Greetings">Alternate Greetings</span></h3>
|
<h3><span data-i18n="Alternate Greetings">Alternate Greetings</span></h3>
|
||||||
<div title="Add" class="menu_button fa-solid fa-plus add_alternate_greeting" data-i18n="[title]Add"></div>
|
<div title="Add" class="menu_button fa-solid fa-plus add_alternate_greeting" data-i18n="[title]Add"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="justifyLeft" data-i18n="Alternate Greetings Subtitle">
|
<small class="justifyLeft" data-i18n="Alternate Greetings Subtitle">
|
||||||
These will be displayed as swipes on the first message when starting a new chat.
|
These will be displayed as swipes on the first message when starting a new chat.
|
||||||
Group members can select one of them to initiate the conversation.
|
Group members can select one of them to initiate the conversation.
|
||||||
</div>
|
</small>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="alternate_greetings_list flexFlowColumn flex-container wide100p">
|
<div class="alternate_greetings_list flexFlowColumn flex-container wide100p">
|
||||||
<strong class="alternate_grettings_hint margin-bot-10px" data-i18n="Alternate Greetings Hint">
|
<strong class="alternate_grettings_hint margin-bot-10px" data-i18n="Alternate Greetings Hint">
|
||||||
|
@ -4722,7 +4722,7 @@
|
||||||
<strong>Alternate Greeting #<span class="greeting_index"></span></strong>
|
<strong>Alternate Greeting #<span class="greeting_index"></span></strong>
|
||||||
<div class="menu_button fa-solid fa-trash-alt delete_alternate_greeting"></div>
|
<div class="menu_button fa-solid fa-trash-alt delete_alternate_greeting"></div>
|
||||||
</div>
|
</div>
|
||||||
<textarea name="alternate_greetings" data-i18n="[placeholder](This will be the first message from the character that starts every chat)" placeholder="(This will be the first message from the character that starts every chat)" class="text_pole textarea_compact alternate_greeting_text" maxlength="50000" value="" autocomplete="off" rows="12"></textarea>
|
<textarea name="alternate_greetings" data-i18n="[placeholder](This will be the first message from the character that starts every chat)" placeholder="(This will be the first message from the character that starts every chat)" class="text_pole textarea_compact alternate_greeting_text" maxlength="50000" value="" autocomplete="off" rows="16"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- chat and input bar -->
|
<!-- chat and input bar -->
|
||||||
|
|
|
@ -6973,7 +6973,7 @@ function openAlternateGreetings() {
|
||||||
});
|
});
|
||||||
|
|
||||||
updateAlternateGreetingsHintVisibility(template);
|
updateAlternateGreetingsHintVisibility(template);
|
||||||
callPopup(template, 'alternate_greeting');
|
callPopup(template, 'alternate_greeting', '', { wide: true, large: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
function addAlternateGreeting(template, greeting, index, getArray) {
|
function addAlternateGreeting(template, greeting, index, getArray) {
|
||||||
|
|
Loading…
Reference in New Issue