mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Tag Folders: hidden/closed folders
- Implement folder types: Open, Closed, None - Closed folders hide characters from most places - "character(s)" singular wording on entity list - small refactoring for that code
This commit is contained in:
@@ -544,6 +544,9 @@ export function getGroupBlock(group) {
|
||||
template.find('.ch_fav').val(group.fav);
|
||||
template.find('.group_select_counter').text(count);
|
||||
template.find('.group_select_block_list').append(namesList.join(''));
|
||||
if (count == 1) {
|
||||
template.find('.character_unit_name').text('character');
|
||||
}
|
||||
|
||||
// Display inline tags
|
||||
const tags = getTagsList(group.id);
|
||||
|
Reference in New Issue
Block a user