[Feature Request] Filter via Tags on Group Chat's "Add Members" Search Box #388

This commit is contained in:
Cohee
2023-06-28 18:26:23 +03:00
parent fca732c933
commit d0ab763d2e
5 changed files with 85 additions and 57 deletions

View File

@ -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();