From bf349050123eaaa7b58f82b7e3a84e2857fdea8c Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 18 Dec 2020 09:43:54 -0500 Subject: [PATCH] Improve display tags (#1117) * Update tag style * Add styles/HTML for notifications * Add DisplayNotification class * Add support for tag notifications * Simplify notification content --- ext/bg/search.html | 2 + ext/fg/float.html | 2 + ext/mixed/css/display.css | 88 +++++++++++++++++++++++++++ ext/mixed/display-templates.html | 6 ++ ext/mixed/js/display-generator.js | 7 +++ ext/mixed/js/display-notification.js | 90 ++++++++++++++++++++++++++++ ext/mixed/js/display.js | 26 ++++++++ 7 files changed, 221 insertions(+) create mode 100644 ext/mixed/js/display-notification.js diff --git a/ext/bg/search.html b/ext/bg/search.html index c0f98d8c..34d36478 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -65,6 +65,7 @@ + @@ -87,6 +88,7 @@ + diff --git a/ext/fg/float.html b/ext/fg/float.html index 50c3b691..41e73a7e 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -52,6 +52,7 @@ +