aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/helpers/javascript_vars.phtml
diff options
context:
space:
mode:
authormaTh <1645099+math-GH@users.noreply.github.com>2025-02-03 08:47:25 +0100
committerGitHub <noreply@github.com>2025-02-03 08:47:25 +0100
commita697ca54ad7f723e52fc6591761e1f2f8b7877d6 (patch)
tree7a0d7a852b90d5df41e16e33233cbb9c203cf2a1 /app/views/helpers/javascript_vars.phtml
parent7e90dfd0485a6684f5dfe7f2abdd92c6f7acb9d0 (diff)
downloadfreshrss-a697ca54ad7f723e52fc6591761e1f2f8b7877d6.tar.gz
freshrss-a697ca54ad7f723e52fc6591761e1f2f8b7877d6.zip
Shortcuts for adding labels (#7274)
* add shortcut in config * open my labels menu with shortcut * the first 9 items are selectable + input field * i18n * Update app/i18n/nl/conf.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * index.menu.mylabels * order fixed --------- Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
-rw-r--r--app/views/helpers/javascript_vars.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml
index 14af408a6..cadaf9331 100644
--- a/app/views/helpers/javascript_vars.phtml
+++ b/app/views/helpers/javascript_vars.phtml
@@ -46,6 +46,7 @@ echo htmlspecialchars(json_encode([
'last_entry' => @$s['last_entry'],
'collapse_entry' => @$s['collapse_entry'],
'load_more' => @$s['load_more'],
+ 'mylabels' => @$s['mylabels'],
'auto_share' => @$s['auto_share'],
'focus_search' => @$s['focus_search'],
'user_filter' => @$s['user_filter'],