From 31e7d285e3f5cc0e74a5bdf8a0aa5c801b84d144 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 12 Mar 2015 11:53:23 -0700 Subject: [PATCH] Popout inbox Rather than opening the inbox in its own window, let it appear as a browser action popup by default, but allow promotion to its own window if requested. --- background.html | 1 + images/popout.png | Bin 0 -> 451 bytes js/background.js | 2 -- js/index.js | 15 ++++++++++++++- js/panel_controller.js | 6 ++++++ js/views/inbox_view.js | 4 ++++ manifest.json | 3 ++- stylesheets/_index.scss | 14 ++++++++++++++ stylesheets/manifest.css | 11 +++++++++++ 9 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 images/popout.png diff --git a/background.html b/background.html index da58603f9..04f0c2917 100644 --- a/background.html +++ b/background.html @@ -163,6 +163,7 @@