forked from mystiq/hydrogen-web
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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue