fix: Show SmartTag status in sidebar
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user