feat: show macro usage count (#1030)
* feat: show macro usage count * feat: show macro reference count only when ALT key hold down * fix: the macro reference help text
This commit is contained in:
committed by
László Monda
parent
9844645409
commit
fef24613e4
@@ -91,6 +91,12 @@
|
||||
<div class="sidebar__level-2" [routerLinkActive]="['active']">
|
||||
<a [routerLink]="['/macro', macro.id]"
|
||||
[class.disabled]="state.updatingFirmware">{{macro.name}}</a>
|
||||
<span *ngIf="state.macroUsageCountVisible"
|
||||
class="sidebar__macro_count badge"
|
||||
title="This is the number of times the macro is used across all keymaps."
|
||||
data-toggle="tooltip"
|
||||
data-placement="bottom"
|
||||
data-container="body">{{ macro.usageCount }}</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user