From 1026d26793fda54d129efd9d5df031c2c870c6e3 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Wed, 23 Jun 2021 23:07:50 +0200 Subject: [PATCH] Display a tag-outline icon in the bottom left --- qt/aqt/editor.py | 1 + ts/components/StickyBar.svelte | 2 +- ts/components/StickyBottom.svelte | 2 +- ts/editor/BUILD.bazel | 3 +++ ts/editor/Tag.svelte | 7 ++++++- ts/editor/TagEditor.svelte | 21 ++++++++++++++++++--- ts/editor/icons.ts | 1 + ts/editor/tagEditor.ts | 2 +- 8 files changed, 32 insertions(+), 7 deletions(-) diff --git a/qt/aqt/editor.py b/qt/aqt/editor.py index d4019ab77..901cd9736 100644 --- a/qt/aqt/editor.py +++ b/qt/aqt/editor.py @@ -84,6 +84,7 @@ _html = """ %s
+
""" diff --git a/ts/components/StickyBar.svelte b/ts/components/StickyBar.svelte index 86eda6f6a..fbd684d1a 100644 --- a/ts/components/StickyBar.svelte +++ b/ts/components/StickyBar.svelte @@ -8,7 +8,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html export { className as class }; -