From 03dfa3de6f3d07ff923fd659ff3b083e5441e2d2 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 26 Sep 2023 14:21:32 +0200 Subject: [PATCH] Help button. --- CHANGELOG.md | 1 + .../configuration/templates/home.mustache | 5 +++- client/common/configuration/templates/home.ts | 26 +++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa6b974..984b879c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Channel configuration: * Fix dark mode for buttons. * Fix buttons margin. +* Help button on top of the "channels" page. ## 8.0.0 diff --git a/client/common/configuration/templates/home.mustache b/client/common/configuration/templates/home.mustache index da0099e8..314948ae 100644 --- a/client/common/configuration/templates/home.mustache +++ b/client/common/configuration/templates/home.mustache @@ -1,5 +1,8 @@
-

{{title}}

+

+ {{title}} + {{{helpButton}}} +

{{description}}

{{please_select}}