mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Improve WI Character Filter description
This commit is contained in:
@@ -5592,13 +5592,16 @@
|
|||||||
<div class="flex-container wide100p flexGap10">
|
<div class="flex-container wide100p flexGap10">
|
||||||
<div class="flex4 flex-container flexFlowColumn flexNoGap">
|
<div class="flex4 flex-container flexFlowColumn flexNoGap">
|
||||||
<div class="flex-container justifySpaceBetween">
|
<div class="flex-container justifySpaceBetween">
|
||||||
<small for="characterFilter" data-i18n="Filter to Character(s)">
|
<small for="characterFilter" data-i18n="Filter to Characters or Tags">
|
||||||
Filter to Character(s)
|
Filter to Characters or Tags
|
||||||
</small>
|
</small>
|
||||||
<label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">
|
<label class="checkbox_label flexNoGap margin-r5" for="character_exclusion">
|
||||||
<input type="checkbox" name="character_exclusion" />
|
<input type="checkbox" name="character_exclusion" />
|
||||||
<span>
|
<span>
|
||||||
<small data-i18n="Character Exclusion">Character Exclusion</small>
|
<small title="Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry" data-i18n="[title]Switch the Character/Tags filter around to exclude the listed characters and tags from matching for this entry">
|
||||||
|
<span data-i18n="Exclude">Exclude</span>
|
||||||
|
<div class="fa-solid fa-circle-info opacity50p"></div>
|
||||||
|
</small>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -2459,7 +2459,7 @@ async function getWorldEntry(name, data, entry) {
|
|||||||
if (!isMobile()) {
|
if (!isMobile()) {
|
||||||
$(characterFilter).select2({
|
$(characterFilter).select2({
|
||||||
width: '100%',
|
width: '100%',
|
||||||
placeholder: 'All characters will pull from this entry.',
|
placeholder: 'Tie this entry to specific characters or characters with specific tags',
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
closeOnSelect: false,
|
closeOnSelect: false,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user