update viewhierarchy doc

This commit is contained in:
Bruno Windels 2019-06-16 16:41:17 +02:00
parent 2131329442
commit 8e763d9bd6

View file

@ -1,9 +1,9 @@
view hierarchy: view hierarchy:
``` ```
BrawlView BrawlView
SyncStatusBar
SwitchView SwitchView
SessionView SessionView
SyncStatusBar
ListView(left-panel) ListView(left-panel)
SwitchView SwitchView
RoomPlaceholderView RoomPlaceholderView
@ -12,4 +12,15 @@ view hierarchy:
ListView(timeline) ListView(timeline)
ComposerView ComposerView
RightPanel 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