mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
[Feature Request] Filter via Tags on Group Chat's "Add Members" Search Box #388
This commit is contained in:
@ -142,11 +142,12 @@ import {
|
||||
tag_map,
|
||||
tags,
|
||||
loadTagsSettings,
|
||||
printTags,
|
||||
printTagFilters,
|
||||
getTagsList,
|
||||
appendTagToList,
|
||||
createTagMapFromList,
|
||||
renameTagKey,
|
||||
tag_filter_types,
|
||||
} from "./scripts/tags.js";
|
||||
import {
|
||||
SECRET_KEYS,
|
||||
@ -832,7 +833,8 @@ async function printCharacters() {
|
||||
$("#rm_print_characters_block").append(template);
|
||||
});
|
||||
|
||||
printTags();
|
||||
printTagFilters(tag_filter_types.character);
|
||||
printTagFilters(tag_filter_types.group_member);
|
||||
printGroups();
|
||||
sortCharactersList();
|
||||
favsToHotswap();
|
||||
|
Reference in New Issue
Block a user