diff options
| author | 2024-10-01 13:34:50 +0200 | |
|---|---|---|
| committer | 2024-10-01 13:34:50 +0200 | |
| commit | 925d6ee666a32d47dfc5f6bba2a27adca44ea0da (patch) | |
| tree | 4c33c742c1ef74a4fb54f6426a2b5262e75533b6 /app/views | |
| parent | 33478077304b5b5e0d571a3fe471b9b0a337de48 (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.phtml | 2 | ||||
| -rw-r--r-- | app/views/index/normal.phtml | 2 |
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> |
