fix: Show SmartTag status in sidebar

This commit is contained in:
Baptiste Grob
2020-08-24 17:31:39 +02:00
parent 80ce5800a8
commit ee8b8fec4d

View File

@@ -23,12 +23,11 @@
ng-repeat='tag in self.state.smartTags track by tag.uuid' ng-repeat='tag in self.state.smartTags track by tag.uuid'
) )
.tag-info .tag-info
input.title( .title(ng-if="!tag.errorDecrypting") {{tag.title}}
ng-disabled='true',
ng-change='self.onTagTitleChange(tag)'
ng-model='tag.title'
)
.count(ng-show='tag.isAllTag') {{self.state.noteCounts[tag.uuid]}} .count(ng-show='tag.isAllTag') {{self.state.noteCounts[tag.uuid]}}
.danger.small-text.bold(ng-show='tag.conflictOf') Conflicted Copy
.danger.small-text.bold(ng-show='tag.errorDecrypting && !tag.waitingForKey') Missing Keys
.info.small-text.bold(ng-show='tag.errorDecrypting && tag.waitingForKey') Waiting For Keys
.tags-title-section.section-title-bar .tags-title-section.section-title-bar
.section-title-bar-header .section-title-bar-header
.sk-h3.title .sk-h3.title