From c8910b55e0988a24e1748a8491a231729ba2f209 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Sat, 15 Jun 2019 01:36:52 +0200 Subject: [PATCH] refine ui prototype and document planned view hierarchy --- doc/viewhierarchy.md | 15 ++ prototypes/responsive-layout-flex.html | 321 +++++++++++++++++++++---- 2 files changed, 295 insertions(+), 41 deletions(-) create mode 100644 doc/viewhierarchy.md diff --git a/doc/viewhierarchy.md b/doc/viewhierarchy.md new file mode 100644 index 00000000..d9c0f967 --- /dev/null +++ b/doc/viewhierarchy.md @@ -0,0 +1,15 @@ +view hierarchy: +``` + BrawlView + SyncStatusBar + SwitchView + SessionView + ListView(left-panel) + SwitchView + RoomPlaceholderView + RoomView + MiddlePanel + ListView(timeline) + ComposerView + RightPanel +``` diff --git a/prototypes/responsive-layout-flex.html b/prototypes/responsive-layout-flex.html index c822ac08..484d6132 100644 --- a/prototypes/responsive-layout-flex.html +++ b/prototypes/responsive-layout-flex.html @@ -3,7 +3,7 @@ - + - +
    @@ -356,38 +429,204 @@