From 40c8629aef6f0b971d17a190ad48e6c6680e4d30 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Thu, 10 Nov 2022 21:04:29 -0800
Subject: [PATCH] Update welcome tour, move admin button
---
src-ui/src/app/app.component.ts | 10 +---------
.../app/components/app-frame/app-frame.component.html | 7 -------
.../components/manage/settings/settings.component.html | 9 +++++++--
3 files changed, 8 insertions(+), 18 deletions(-)
diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts
index b385498fb..9a6962ccf 100644
--- a/src-ui/src/app/app.component.ts
+++ b/src-ui/src/app/app.component.ts
@@ -191,21 +191,13 @@ export class AppComponent implements OnInit, OnDestroy {
},
{
anchorId: 'tour.settings',
- content: $localize`Check out the settings for various tweaks to the web app or to toggle settings for saved views.`,
+ content: $localize`Check out the settings for various tweaks to the web app, toggle settings for saved views or setup e-mail checking.`,
route: '/settings',
enableBackdrop: true,
prevBtnTitle,
nextBtnTitle,
endBtnTitle,
},
- {
- anchorId: 'tour.admin',
- content: $localize`The Admin area contains more advanced controls as well as the settings for automatic e-mail fetching.`,
- enableBackdrop: true,
- prevBtnTitle,
- nextBtnTitle,
- endBtnTitle,
- },
{
anchorId: 'tour.outro',
title: $localize`Thank you! 🙏`,
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index 589b95f4f..5115303d7 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -174,13 +174,6 @@