mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
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:
committed by
Aiden McClelland
parent
7213d82f1b
commit
c3a52b3989
@@ -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'
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { OperatorFunction } from 'rxjs'
|
||||
import { map } from 'rxjs/operators'
|
||||
import { map, OperatorFunction } from 'rxjs'
|
||||
|
||||
/**
|
||||
* These utils are not used anywhere
|
||||
|
||||
Reference in New Issue
Block a user