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

@@ -1,6 +1,6 @@
- Refactoring
- filter string serialize thing
- set client max timeout to 10s
- `x.__dict__``vars(x)`
- Make all icon SVG files white/black, since we can now use ColorOverlay
- Make the icon blue in EditAccount when hovering and no avatar set