From da922f498ea67a8a1ae9aaf918c577fe9becd9dd Mon Sep 17 00:00:00 2001 From: Aaron Greenspan Date: Thu, 14 Jan 2021 16:20:18 -0700 Subject: [PATCH] ui: simpler ui on welcome --- .../modals/os-welcome/os-welcome.page.html | 26 +++++++++---------- .../modals/os-welcome/os-welcome.page.scss | 10 ------- 2 files changed, 12 insertions(+), 24 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 a74c07002..1622ed7c0 100644 --- a/ui/src/app/modals/os-welcome/os-welcome.page.html +++ b/ui/src/app/modals/os-welcome/os-welcome.page.html @@ -6,29 +6,27 @@ - Welcome to {{ version }} + Welcome to {{ version }} - - -

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

+
+

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.

+ +
+

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. +

+
\ 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 9560a95b7..e69de29bb 100644 --- a/ui/src/app/modals/os-welcome/os-welcome.page.scss +++ b/ui/src/app/modals/os-welcome/os-welcome.page.scss @@ -1,10 +0,0 @@ -.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