ApplicationManager and better memory management

This commit is contained in:
Mo Bitar
2020-03-23 19:59:55 -05:00
parent 7dc3dab90b
commit ee7cb1fce6
55 changed files with 36786 additions and 3046 deletions

View File

@@ -1,14 +1,4 @@
.main-ui-view(
ng-class='self.platformString'
)
#app.app(
ng-class='self.state.appClass',
ng-if='!self.state.needsUnlock && self.state.ready'
)
tags-panel
notes-panel
editor-panel
footer(
ng-if='!self.state.needsUnlock && self.state.ready'
)
application-view(
ng-repeat='application in self.applications',
application='application'
)