feat: Add "Pin selected notes" button to editor title bar (#760)

This commit is contained in:
Aman Harwara
2021-12-06 14:47:35 +05:30
committed by GitHub
parent 82ee0974c1
commit 31c48af01c
8 changed files with 90 additions and 11 deletions

View File

@@ -48,6 +48,11 @@
ng-class="{'warning sk-bold': self.state.syncTakingTooLong, 'danger sk-bold': self.state.saveError}"
) {{self.state.noteStatus.message}}
.desc(ng-show='self.state.noteStatus.desc') {{self.state.noteStatus.desc}}
pin-note-button(
class='mr-3'
app-state='self.appState',
ng-if='self.appState.notes.selectedNotesCount > 0'
)
notes-options-panel(
application='self.application',
app-state='self.appState',