From d6a4e6e496a591a1a388f5da1c05e320d7a16c08 Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 25 Aug 2015 16:47:15 -0700 Subject: [PATCH] Restore two column layout Establishes basic functionality for viewing conversations in two column mode, including message area and message list resizing, and maintaining scroll position. Various subviews need to be retooled but are more or less still functional, i.e., new message, message detail, key verification, etc... --- background.html | 23 ++++++++++++++++--- js/panel_controller.js | 42 ++-------------------------------- js/views/conversation_view.js | 15 +++++++----- js/views/inbox_view.js | 26 +++++++++++++++++++-- js/views/message_list_view.js | 24 +++++++++++-------- stylesheets/_conversation.scss | 3 --- stylesheets/_global.scss | 3 ++- stylesheets/_index.scss | 37 +++++++++++++++++++++++++++--- stylesheets/manifest.css | 34 ++++++++++++++++++++++----- stylesheets/manifest.css.map | 2 +- 10 files changed, 134 insertions(+), 75 deletions(-) diff --git a/background.html b/background.html index 404b48fe..e0f84831 100644 --- a/background.html +++ b/background.html @@ -16,12 +16,29 @@ +