feat: Add localization support, inject 'Create Countdown' button into GM sidebar, display total countdown value, and enhance tracker styling and refresh handling.
This commit is contained in:
parent
1d9dc93605
commit
a44724f506
6 changed files with 110 additions and 14 deletions
|
|
@ -34,7 +34,9 @@
|
|||
|
||||
<div class="icon-container" {{#if ../isMinimized}}data-tooltip="{{countdown.name}}"{{/if}}>
|
||||
<img src="{{countdown.img}}" class="countdown-icon" />
|
||||
<div class="value-overlay">{{countdown.progress.current}}</div>
|
||||
<div class="value-overlay">
|
||||
{{countdown.progress.current}}{{#unless ../isMinimized}}<span class="max-value">/{{countdown.progress.start}}</span>{{/unless}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{#if countdown.editable}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue