From 2bb0113bc49312148d136df308984fd2fd992a24 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Sat, 27 Jul 2024 08:52:55 -0700
Subject: [PATCH] Chore: more clearly handle init error
---
src-ui/messages.xlf | 6 +++---
.../dashboard/dashboard.component.html | 2 +-
.../src/app/services/settings.service.spec.ts | 17 ++++++++++++++++-
src-ui/src/app/services/settings.service.ts | 15 ++++++++++++++-
4 files changed, 34 insertions(+), 6 deletions(-)
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index fb2463d64..5ca297a77 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -8683,21 +8683,21 @@
Successfully completed one-time migratration of settings to the database!
src/app/services/settings.service.ts
- 554
+ 567
Unable to migrate settings to the database, please try saving manually.
src/app/services/settings.service.ts
- 555
+ 568
You can restart the tour from the settings page.
src/app/services/settings.service.ts
- 625
+ 638
diff --git a/src-ui/src/app/components/dashboard/dashboard.component.html b/src-ui/src/app/components/dashboard/dashboard.component.html
index 3e3220b65..4b217f8c3 100644
--- a/src-ui/src/app/components/dashboard/dashboard.component.html
+++ b/src-ui/src/app/components/dashboard/dashboard.component.html
@@ -39,7 +39,7 @@