feat: remove ionic storage (#1839)

* feat: remove ionic storage

* grayscal when disconncted, rename local storage service for clarity

* remove storage from package lock

* update patchDB

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Alex Inkin
2022-10-04 01:26:31 +03:00
committed by Aiden McClelland
parent 78ad5d5879
commit 141a390105
18 changed files with 115 additions and 179 deletions

View File

@@ -4,6 +4,7 @@ import { AuthService } from './services/auth.service'
import { SplitPaneTracker } from './services/split-pane.service'
import { PatchDataService } from './services/patch-data.service'
import { PatchMonitorService } from './services/patch-monitor.service'
import { ConnectionService } from './services/connection.service'
@Component({
selector: 'app-root',
@@ -19,6 +20,7 @@ export class AppComponent implements OnDestroy {
private readonly patchMonitor: PatchMonitorService,
private readonly splitPane: SplitPaneTracker,
readonly authService: AuthService,
readonly connection: ConnectionService,
) {}
splitPaneVisible({ detail }: any) {