Add more fields to the context

This commit is contained in:
SillyLossy
2023-03-03 01:44:06 +02:00
parent 6199fcb5da
commit f5013d373d
2 changed files with 11 additions and 2 deletions

View File

@@ -4383,12 +4383,16 @@
return {
chat: chat,
characters: characters,
groups: groups,
worldInfo: world_info_data,
name1: name1,
name2: name2,
characterId: this_chid,
groupId: selected_group,
onlineStatus: online_status,
addOneMessage: addOneMessage,
generate: Generate,
encode: encode,
};
};
});

View File

@@ -728,6 +728,10 @@ display: none;
/* visibility: hidden; */
}
#rm_characters_block .right_menu_button {
padding-right: 15px;
}
#rm_characters_topbar {
display: flex;
flex-direction: column;
@@ -749,13 +753,14 @@ display: none;
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 1rem;
margin-top: 1rem;
margin: 1rem auto;
width: 98%;
}
#character_search_bar {
flex: 1;
padding-left: 0.75em;
margin-left: 0;
margin-right: 0.5rem;
margin-bottom: 0;
}