From 4ab2e25df61d7b0f06949365fd741a6272f86344 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 17 Feb 2016 11:59:20 -0800 Subject: [PATCH] Refactor Contact and Conflict views Untangle these two views into their component parts, consolidating all the key conflict logic in the key conflict view. Contact view now simply renders basic contact info and miscellaneous errors but not conflicts or message errors. // FREEBIE --- background.html | 19 ++++---- js/views/key_conflict_dialogue_view.js | 28 +++++++++--- js/views/message_detail_view.js | 61 ++++++++++---------------- stylesheets/_conversation.scss | 55 ++++++++++------------- stylesheets/manifest.css | 53 ++++++++++------------ 5 files changed, 100 insertions(+), 116 deletions(-) diff --git a/background.html b/background.html index 35b858cf..a8568263 100644 --- a/background.html +++ b/background.html @@ -276,9 +276,6 @@