Dependency updates, add settings for new functionality

This commit is contained in:
Djuri 2024-03-10 12:21:25 +01:00
parent 3f20d67f1a
commit 1b8ab93da6
11 changed files with 1046 additions and 933 deletions

View file

@ -15,6 +15,8 @@
<div class="flex-items">{part}</div>
{/each}
</div>
{:else if char === 'STS'}
<div class="digit sats">S</div>
{:else if char.length >= 3}
<div class="mediumText">{char}</div>
{:else if char.length === 0 || char === ' '}

View file

@ -305,6 +305,24 @@
label="{$_('section.settings.fetchEuroPrice')} ({$_('restartRequired')})"
/>
</Col>
<Col md="6">
<Input
id="useBlkCountdown"
bind:checked={$settings.useBlkCountdown}
type="switch"
bsSize="sm"
label={$_('section.settings.useBlkCountdown')}
/>
</Col>
<Col md="6">
<Input
id="useSatsSymbol"
bind:checked={$settings.useSatsSymbol}
type="switch"
bsSize="sm"
label={$_('section.settings.useSatsSymbol')}
/>
</Col>
</Row>
<Row>