wip: server history support

This commit is contained in:
Johnny Almonte
2020-07-13 03:18:49 -04:00
parent a81e2f02e5
commit 50f45547a4
6 changed files with 92 additions and 57 deletions

View File

@@ -183,14 +183,14 @@
application='self.application'
)
.sk-app-bar-item(
click-outside=`self.setMenuState('showSessionHistory', false)`,
is-open='self.state.showSessionHistory',
ng-click="self.toggleMenu('showSessionHistory')"
click-outside=`self.setMenuState('showHistory', false)`,
is-open='self.state.showHistory',
ng-click="self.toggleMenu('showHistory')"
)
.sk-label Session History
session-history-menu(
.sk-label History
history-menu(
item='self.note',
ng-if='self.state.showSessionHistory',
ng-if='self.state.showHistory',
application='self.application'
)
#editor-content.editor-content(ng-if='!self.note.errorDecrypting')