refactor: break ui up further down (#2292)

* refactor: break ui up further down

* permit loading even when authed

---------

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Alex Inkin
2023-06-03 23:21:27 +04:00
committed by Aiden McClelland
parent 7213d82f1b
commit c3a52b3989
372 changed files with 361 additions and 443 deletions

View File

@@ -1,7 +1,14 @@
import { Component, Input } from '@angular/core'
import { ModalController } from '@ionic/angular'
import { defer, isObservable, Observable, of } from 'rxjs'
import { catchError, ignoreElements, share } from 'rxjs/operators'
import {
catchError,
ignoreElements,
share,
defer,
isObservable,
Observable,
of,
} from 'rxjs'
import { getErrorMessage } from '../../services/error-toast.service'

View File

@@ -7,8 +7,7 @@ import {
NgZone,
} from '@angular/core'
import { ResizeObserverService } from '@ng-web-apis/resize-observer'
import { distinctUntilChanged, Observable } from 'rxjs'
import { map } from 'rxjs/operators'
import { distinctUntilChanged, map, Observable } from 'rxjs'
import { tuiZonefree } from '@taiga-ui/cdk'
export type Step = 'xs' | 'sm' | 'md' | 'lg' | 'xl'

View File

@@ -1,5 +1,4 @@
import { OperatorFunction } from 'rxjs'
import { map } from 'rxjs/operators'
import { map, OperatorFunction } from 'rxjs'
/**
* These utils are not used anywhere