@if (isShowUi$ | async) {
@if (globalThemeService.backgroundImg$ | async; as bgImage) {
}
@if (layoutService.isShowAddTaskBar$ | async) {
}
@if (layoutService.isShowAddTaskBar$ | async) {
}
@if (layoutService.isShowSearchBar$ | async) {
}
@if (layoutService.isShowSearchBar$ | async) {
}
@if (isShowFocusOverlay$ | async) {
} @else {
@if (workContextService.isActiveWorkContextProject$ | async) {}
}
}
@if (
!(syncTriggerService.afterInitialSyncDoneAndDataLoadedInitially$ | async) ||
(imexMetaService.isDataImportInProgress$ | async)
) {
{{ productivityTipTitle }}
{{ productivityTipText }}
}