This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/doc/viewhierarchy.md
2019-06-16 16:41:17 +02:00

742 B

view hierarchy:

    BrawlView
        SwitchView
            SessionView
                SyncStatusBar
                ListView(left-panel)
                SwitchView
                    RoomPlaceholderView
                    RoomView
                        MiddlePanel
                            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