Add CC sticky sidebar headers feature
This commit introduces a feature which makes the headers in the CC
sidebar remain visible (by sticking at the top) when scrolling down.
The idea was taken from the suggestion made at pekb/thread/60784834.
Change-Id: I6bbab04da855dbfa35ff8f8b1bbbc6d15946c36c
diff --git a/src/_locales/ca/messages.json b/src/_locales/ca/messages.json
index 4a2d979..260c0f5 100644
--- a/src/_locales/ca/messages.json
+++ b/src/_locales/ca/messages.json
@@ -63,6 +63,10 @@
"message": "Incrementa el contrast entre els fils llegits i no llegits a la Consola de la Comunitat.",
"description": "Feature checkbox in the options page"
},
+ "options_stickysidebarheaders": {
+ "message": "Fes que les capçaleres de la barra lateral de la Consola de la Comunitat es quedin enganxades a dalt (+info a <code>pekb/thread/60784834</code>).",
+ "description": "Feature checkbox in the options page"
+ },
"options_save": {
"message": "Desa",
"description": "Button in the options page to save the settings"
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index 24b93c9..a02a2cb 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -59,6 +59,10 @@
"message": "Enables the <code class=\"help\" title=\"This flag activates the functionality which allows a PE to move threads from a forum where they are currently a PE to another forum in the Community Console.\">enableMoveThread</code> Community Console flag.",
"description": "Feature checkbox in the options page"
},
+ "options_stickysidebarheaders": {
+ "message": "Make the headers in the Community Console sidebar stick at the top (+info at <code>pekb/thread/60784834</code>).",
+ "description": "Feature checkbox in the options page"
+ },
"options_increasecontrast":{
"message": "Increase contrast between read and unread threads in the Community Console.",
"description": "Feature checkbox in the options page"
diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json
index 2d075a1..38798b1 100644
--- a/src/_locales/es/messages.json
+++ b/src/_locales/es/messages.json
@@ -63,6 +63,10 @@
"message": "Incrementa el contraste entre los hilos leídos y no leídos en la Consola de la Comunidad.",
"description": "Feature checkbox in the options page"
},
+ "options_stickysidebarheaders": {
+ "message": "Hacer que los encabezados de la barra lateral de la Consola de la Comunidad se queden pegados arriba (+info en <code>pekb/thread/60784834</code>).",
+ "description": "Feature checkbox in the options page"
+ },
"options_save": {
"message": "Guardar",
"description": "Button in the options page to save the settings"