From e7ec98f7f1d0c5babee9ac1d83913876bf84d89d Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Wed, 21 Jun 2023 17:25:00 +0700 Subject: [PATCH] Wording tweaks --- packages/dashboard/src/App.vue | 2 +- .../src/components/MigratingComplete.vue | 4 +-- .../dashboard/src/global-styles/custom.scss | 21 ++++++++++++ packages/dashboard/src/layouts/HomeLayout.vue | 6 ++-- .../src/views/Home/AppSuggestions.vue | 1 + packages/dashboard/src/views/Home/Home.vue | 2 +- .../src/views/Settings/RamWidget.vue | 2 +- .../dashboard/src/views/Settings/Settings.vue | 32 +++++++++---------- 8 files changed, 46 insertions(+), 24 deletions(-) diff --git a/packages/dashboard/src/App.vue b/packages/dashboard/src/App.vue index 34bdbf28f..1e996289b 100644 --- a/packages/dashboard/src/App.vue +++ b/packages/dashboard/src/App.vue @@ -10,7 +10,7 @@
diff --git a/packages/dashboard/src/components/MigratingComplete.vue b/packages/dashboard/src/components/MigratingComplete.vue index 19a52b319..ce04d29ad 100644 --- a/packages/dashboard/src/components/MigratingComplete.vue +++ b/packages/dashboard/src/components/MigratingComplete.vue @@ -2,7 +2,7 @@

Migration failed

-

Migration successful!

+

Migration complete

@@ -19,7 +19,7 @@ class="mt-4 px-4 login-button bg-white font-weight-bold" pill @click="resetMigrationState" - >Continue to log inLogin
diff --git a/packages/dashboard/src/global-styles/custom.scss b/packages/dashboard/src/global-styles/custom.scss index ad92f93dc..03da7322e 100644 --- a/packages/dashboard/src/global-styles/custom.scss +++ b/packages/dashboard/src/global-styles/custom.scss @@ -71,6 +71,9 @@ body { --glass-dropdown-hover-text-color: rgba(0, 0, 0, 0.8); --glass-dropdown-hover-background-color: rgba(0, 0, 0, 0.1); + --glass-badge-color: rgba(0, 0, 0, 0.9); + --glass-badge-border-color: rgba(0, 0, 0, 0.2); + --input-copy-border-color: rgba(0, 0, 0, 0.2); --app-store-tab-button-background-color: rgba(255, 255, 255, 0); @@ -152,6 +155,9 @@ body.dark-mode { --glass-dropdown-hover-text-color: rgba(255, 255, 255, 1); --glass-dropdown-hover-background-color: rgba(255, 255, 255, 0.1); + --glass-badge-color: rgba(255, 255, 255, 0.9); + --glass-badge-border-color: rgba(255, 255, 255, 0.2); + --input-copy-border-color: rgba(255, 255, 255, 0.2); --app-store-tab-button-background-color: rgba(255, 255, 255, 0); @@ -1173,6 +1179,21 @@ input.glass-input::placeholder, input.glass-input::-webkit-input-placeholder, in background-color: var(--card-background-color); } +.badge-glass { + color: var(--glass-badge-color); + border: solid 1px var(--glass-badge-border-color); + font-weight: 500; +} + +.optimized-for-umbrel-home-icon { + height: 1.2rem; + width: 1.2rem; + vertical-align: middle; + path { + stroke: var(--glass-badge-color); + } +} + // Enable glassmorphic modals in Safari-only // because backdrop-filter interferes in Chromium // https://bugs.chromium.org/p/chromium/issues/detail?id=1194050 diff --git a/packages/dashboard/src/layouts/HomeLayout.vue b/packages/dashboard/src/layouts/HomeLayout.vue index 1da22248e..ba89657f4 100644 --- a/packages/dashboard/src/layouts/HomeLayout.vue +++ b/packages/dashboard/src/layouts/HomeLayout.vue @@ -28,7 +28,7 @@ > -
+
-

Shut down Raspberry Pi Umbrel

+

Poweroff your Raspberry Pi-based Umbrel

-

Connect its SSD to Umbrel Home via USB

+

Connect its SSD to your Umbrel Home via USB

@@ -404,7 +404,7 @@

- The data in Umbrel Home, if any, will be permanently deleted

+ The data on your Umbrel Home, if any, will be permanently deleted

@@ -417,7 +417,7 @@

You're all set to migrate!

-

umbrelOS is ready to be migrated to Umbrel Home

+

Your apps and data are ready to be transferred to your Umbrel Home

@@ -425,15 +425,15 @@
-
+
-

Use the same password

-

Remember to use the password from your Raspberry Pi Umbrel to unlock your Umbrel Home

+

Use your previous password

+

Remember to use the password from your Raspberry Pi-based Umbrel to unlock your Umbrel Home

@@ -441,8 +441,8 @@
-

Keep your Raspberry Pi off after the update

-

This helps prevent issues with apps such as Lightning Node

+

Keep your Raspberry Pi-based Umbrel turned off after the migration

+

This helps prevent issues with certain apps, such as Lightning Node. After migration, you can format your existing drive and use it for various purposes, including running a fresh umbrelOS server on your Raspberry Pi.

@@ -459,7 +459,7 @@

- The data in Umbrel Home, if any, will be permanently deleted.

+ The data on your Umbrel Home, if any, will be permanently deleted.

@@ -507,20 +507,20 @@
- Umbrel Version + umbrelOS Version {{ version }}
- Your Umbrel is on the latest version + You are on the latest version
Umbrel {{availableUpdate.version}} is now available to install + >umbrelOS {{availableUpdate.version}} is now available to install