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 330d5a08af
commit da3aa0a2a7
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)
}