From 925d6ee666a32d47dfc5f6bba2a27adca44ea0da Mon Sep 17 00:00:00 2001
From: maTh <1645099+math-GH@users.noreply.github.com>
Date: Tue, 1 Oct 2024 13:34:50 +0200
Subject: improved: 'My Labels' field be searchable (#6753)
* datalist-labels
* Update main.js
---
app/views/index/global.phtml | 2 ++
app/views/index/normal.phtml | 2 ++
2 files changed, 4 insertions(+)
(limited to 'app')
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml
index dd4749e24..717560fd2 100644
--- a/app/views/index/global.phtml
+++ b/app/views/index/global.phtml
@@ -14,6 +14,8 @@
}
?>
+
+
renderHelper('index/normal/entry_share_menu'); ?>
❌
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index fe4af1a86..63d96e01f 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -16,6 +16,8 @@ $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context:
$today = @strtotime('today');
?>
+
+
renderHelper('index/normal/entry_share_menu'); ?>
❌
--
cgit v1.2.3