update viewhierarchy doc
This commit is contained in:
parent
2131329442
commit
8e763d9bd6
1 changed files with 12 additions and 1 deletions
|
@ -1,9 +1,9 @@
|
|||
view hierarchy:
|
||||
```
|
||||
BrawlView
|
||||
SyncStatusBar
|
||||
SwitchView
|
||||
SessionView
|
||||
SyncStatusBar
|
||||
ListView(left-panel)
|
||||
SwitchView
|
||||
RoomPlaceholderView
|
||||
|
@ -12,4 +12,15 @@ view hierarchy:
|
|||
ListView(timeline)
|
||||
ComposerView
|
||||
RightPanel
|
||||
SessionStartView
|
||||
SessionPickView
|
||||
LoginView
|
||||
```
|
||||
|
||||
- DONE: support isOwn on message view model
|
||||
- DONE: put syncstatusbar in sessionview
|
||||
- DONE: apply css to app
|
||||
- DONE: keep scroll at bottom
|
||||
- DONE: hide sender if repeated
|
||||
- DONE: show date somehow
|
||||
- DONE: start scrolled down when opening room
|
||||
|
|
Reference in a new issue