From 61a57a753b6c154a9ba5e451468fcaf3b941bbc5 Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 5 Dec 2015 19:21:15 -0800 Subject: [PATCH] Provide user feedback when number is invalid While typing a number, the new contact element is faded out. When the number becomes valid it is opaque. If the element is clicked while invalid, it displays 'Invalid number' and waits for the input to change again. A new conversation is only opened if the number is valid. // FREEBIE --- background.html | 6 +++++ js/views/conversation_search_view.js | 37 +++++++++++++++++++++++++--- stylesheets/_index.scss | 10 +++++--- stylesheets/manifest.css | 9 +++---- 4 files changed, 49 insertions(+), 13 deletions(-) diff --git a/background.html b/background.html index 7510c953..1b177c9f 100644 --- a/background.html +++ b/background.html @@ -132,6 +132,12 @@ {{> avatar }}
{{> contact_name_and_number }}
+