aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-10-01 13:34:50 +0200
committerGravatar GitHub <noreply@github.com> 2024-10-01 13:34:50 +0200
commit925d6ee666a32d47dfc5f6bba2a27adca44ea0da (patch)
tree4c33c742c1ef74a4fb54f6426a2b5262e75533b6 /app/views
parent33478077304b5b5e0d571a3fe471b9b0a337de48 (diff)
improved: 'My Labels' field be searchable (#6753)
* datalist-labels * Update main.js
Diffstat (limited to 'app/views')
-rw-r--r--app/views/index/global.phtml2
-rw-r--r--app/views/index/normal.phtml2
2 files changed, 4 insertions, 0 deletions
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 @@
}
?>
+<datalist id="datalist-labels"></datalist>
+
<template id="share_article_template">
<?php $this->renderHelper('index/normal/entry_share_menu'); ?>
<a class="dropdown-close" href="#close">❌</a>
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');
?>
+<datalist id="datalist-labels"></datalist>
+
<template id="share_article_template">
<?php $this->renderHelper('index/normal/entry_share_menu'); ?>
<a class="dropdown-close" href="#close">❌</a>