filter_string is now a class property

- Support serializing class properties instead of just dataclass fields
- filter_string is now a property that's always up-to-date
- Account display names matching the current SidePane filter are shown
This commit is contained in:
miruka
2019-08-19 11:34:51 -04:00
parent d1eec2ee6b
commit 4349643345
8 changed files with 42 additions and 29 deletions

View File

@@ -26,7 +26,6 @@ HInteractiveRectangle {
function activate() {
pageStack.showRoom(model.user_id, model.data.room_id)
print(model.user_id, model.data.room_id)
}