From c315dbaadfd06e04d0873de43712f9c4675ab9e3 Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Thu, 14 Jan 2021 16:04:02 -0700 Subject: [PATCH] ui: adds 0.2.8 welcome content --- .../modals/os-welcome/os-welcome.page.html | 24 +++++++++++++++++-- .../modals/os-welcome/os-welcome.page.scss | 10 ++++++++ .../app-config/app-config.page.html | 1 - ui/use-mocks.json | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/ui/src/app/modals/os-welcome/os-welcome.page.html b/ui/src/app/modals/os-welcome/os-welcome.page.html index 92a268261..a74c07002 100644 --- a/ui/src/app/modals/os-welcome/os-welcome.page.html +++ b/ui/src/app/modals/os-welcome/os-welcome.page.html @@ -5,10 +5,30 @@ - Welcome to {{ version }} + + Welcome to {{ version }} + - Here is some cool shit. + + +

Critical Information - Read Carefully!

+

+ If you have LND or c-lightning installed, it is critical that you update them to the latest version. + An oversight in Start9’s USB backups system has created a situation where restoring a LND or c-lightning backup can result in permanent loss of channel funds. + To be clear, DO NOT attempt to restore a LND or c-lightning backup until you have updated these services to the latest versions. +

+
+
+ +
+

General Overview

+

+ 0.2.8 is a small but important update designed to enhance awareness around potential pitfalls of using certain services. + It introduces warnings for installing, uninstalling, backing up, and restoring backups of stateful services such as LND or c-lightning. + This release also draws a distinction between services that can be launched inside the browser and those that are designed to run in the background. +

+
\ No newline at end of file diff --git a/ui/src/app/modals/os-welcome/os-welcome.page.scss b/ui/src/app/modals/os-welcome/os-welcome.page.scss index e69de29bb..9560a95b7 100644 --- a/ui/src/app/modals/os-welcome/os-welcome.page.scss +++ b/ui/src/app/modals/os-welcome/os-welcome.page.scss @@ -0,0 +1,10 @@ +.attn-header { + // color: var(--ion-color-danger); + font-weight: bold; + font-family: 'Montserrat'; + margin-bottom: 7px; +} + +.attn-content { + color: white; +} \ No newline at end of file diff --git a/ui/src/app/pages/apps-routes/app-config/app-config.page.html b/ui/src/app/pages/apps-routes/app-config/app-config.page.html index c5f482389..ea02e3409 100644 --- a/ui/src/app/pages/apps-routes/app-config/app-config.page.html +++ b/ui/src/app/pages/apps-routes/app-config/app-config.page.html @@ -26,7 +26,6 @@

{{error.text}}

{{error.moreInfo.buttonText}}

-

diff --git a/ui/use-mocks.json b/ui/use-mocks.json index 3425efc8a..2caee7215 100644 --- a/ui/use-mocks.json +++ b/ui/use-mocks.json @@ -1,3 +1,3 @@ { - "useMocks": false + "useMocks": true }