a couple styling changes, collapsible menu

This commit is contained in:
Jonas Winkler 2020-11-22 11:35:04 +01:00
parent 54af13e4b8
commit 532d5c1744
3 changed files with 14 additions and 11 deletions

View file

@ -25,6 +25,8 @@ export class AppFrameComponent implements OnInit, OnDestroy {
) {
}
isMenuCollapsed: boolean = true
searchField = new FormControl('')
openDocuments: PaperlessDocument[] = []