more efficient subscriptions, more styling

This commit is contained in:
Matt Hill
2021-07-02 00:05:05 -06:00
committed by Aiden McClelland
parent d8ef531721
commit 5eaa51d22d
53 changed files with 583 additions and 585 deletions

View File

@@ -5,5 +5,5 @@ import { Injectable } from '@angular/core'
providedIn: 'root',
})
export class SplitPaneTracker {
menuFixedOpenOnLeft$: BehaviorSubject<boolean> = new BehaviorSubject(false)
sidebarOpen$: BehaviorSubject<boolean> = new BehaviorSubject(false)
}