From edd23b011f00d74938bd72d7205d6819c89caffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Fri, 15 Oct 2021 08:55:06 -0300 Subject: [PATCH] core: frontend: MainView: Remove AvailableServices and add welcome message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/frontend/src/views/MainView.vue | 40 +++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 4 deletions(-) diff --git a/core/frontend/src/views/MainView.vue b/core/frontend/src/views/MainView.vue index 8db0821ce2..cbd91e796c 100644 --- a/core/frontend/src/views/MainView.vue +++ b/core/frontend/src/views/MainView.vue @@ -16,19 +16,51 @@ - + +

Welcome to companion B.E.T.A test!

+ +

+ You are now running Companion B.E.T.A (Break it Early Test Application)!.
+ We have been working for the last couple of months on a totally new experience on the companion computer, + and are now confident enough to open our work to a small number of users to test and check + the changes! +

+

Be aware that the B.E.T.A may not be stable and changes will occur during the development.

+

There are 3 types of releases on the new Companion.

+
    +
  • + "Stable" releases, that are not available in this B.E.T.A +
      +
    • Stable and long supported versions
    • +
    +
  • +
  • + "B.E.T.A" releases +
      +
    • Versions that will be released after an internal test
    • +
    +
  • +
  • + "Master" releases, not recommended +
      +
    • The very latest features, that may not have been tested yet
    • +
    +
  • +
+
+ We recommend using only the B.E.T.A releases. + + +