From a8e12d0771ba4b363bd5edf80f562f50a235e203 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 28 Sep 2018 17:42:13 -0700 Subject: [PATCH] Add user's avatar to the top left of the screen --- background.html | 4 +--- js/modules/signal.js | 2 ++ js/views/inbox_view.js | 13 ++++++++++ stylesheets/_global.scss | 17 ------------- stylesheets/_modules.scss | 19 +++++++++++++++ stylesheets/_theme_dark.scss | 10 ++++---- ts/components/MainHeader.md | 11 +++++++++ ts/components/MainHeader.tsx | 46 ++++++++++++++++++++++++++++++++++++ 8 files changed, 98 insertions(+), 24 deletions(-) create mode 100644 ts/components/MainHeader.md create mode 100644 ts/components/MainHeader.tsx diff --git a/background.html b/background.html index 8d2db706c..4c3f3759a 100644 --- a/background.html +++ b/background.html @@ -51,9 +51,7 @@