From 4a5a2cb5c1b42b62b98d23c66e04f5a4e9fd8d14 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Sat, 14 Apr 2018 23:27:03 -0400 Subject: [PATCH] Replace Backbone with React lightbox --- background.html | 10 +----- js/views/attachment_view.js | 29 +++++++++++----- js/views/inbox_view.js | 4 --- preload.js | 3 ++ stylesheets/_lightbox.scss | 66 +++++-------------------------------- stylesheets/_variables.scss | 2 ++ ts/components/Lightbox.tsx | 40 ++++++++++++++++++++++ 7 files changed, 75 insertions(+), 79 deletions(-) create mode 100644 ts/components/Lightbox.tsx diff --git a/background.html b/background.html index 98b8b3c044e..a06ad0abc48 100644 --- a/background.html +++ b/background.html @@ -100,6 +100,7 @@ +
-