From a72ea7966dff4fda8cce40d558687d914a232deb Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 9 Mar 2015 14:21:06 -0700 Subject: [PATCH] Clean up inbox/compose view rendering and swapping Templatize the inbox view and use the same pattern for in-window view switching as is now used with the conversation/message detail views. This means doing more with markup and less jquery manipulation of individual subelements of the inbox view. --- index.html | 60 +++++++++++++++---------------- js/index.js | 2 +- js/views/inbox_view.js | 34 +++++++----------- js/views/new_conversation_view.js | 20 ++++++++--- 4 files changed, 59 insertions(+), 57 deletions(-) diff --git a/index.html b/index.html index 808b4e71b..076e6cd9c 100644 --- a/index.html +++ b/index.html @@ -13,21 +13,15 @@ -