Core welcome tour functionality

This commit is contained in:
Michael Shamoon
2022-09-21 21:44:15 -07:00
parent ff8651adf0
commit e5daa9bceb
16 changed files with 169 additions and 35 deletions

View File

@@ -446,4 +446,9 @@ export class SettingsService {
get updateCheckingIsSet(): boolean {
return this.settingIsSet(SETTINGS_KEYS.UPDATE_CHECKING_ENABLED)
}
offerTour(): boolean {
return true
// !savedViewService.loading && savedViewService.dashboardViews.length == 0
}
}