mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 20:12:11 +00:00
feat: improve check for related data being loaded
This commit is contained in:
parent
d3a7fe528a
commit
2aaefd49dd
4 changed files with 27 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<ng-container *ngIf="(isAllDataLoaded$|async)">
|
||||
<ng-container *ngIf="(isAllDataLoadedInitially$|async)">
|
||||
<main-header></main-header>
|
||||
<bookmark-bar class="bg-800"></bookmark-bar>
|
||||
<!--TODO move inside page container somehow -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue