Dependency updates, add clarification for Nostr Datasource

This commit is contained in:
Djuri 2024-10-01 20:34:41 +02:00 committed by kdmukai
parent 6440749ae8
commit 367860da2c
4 changed files with 185 additions and 226 deletions

View file

@ -18,6 +18,7 @@
InputGroup,
InputGroupText,
Label,
Tooltip,
Row
} from '@sveltestrap/sveltestrap';
import EyeIcon from '../icons/EyeIcon.svelte';
@ -718,7 +719,10 @@
type="switch"
bsSize={$uiSettings.inputSize}
label="{$_('section.settings.useNostr')} ({$_('restartRequired')})"
/>
></Input>
<Tooltip target="useNostr" placement="left">
{$_('section.settings.useNostrTooltip')}
</Tooltip>
</Col>
{/if}
{#if 'nostrZapNotify' in $settings}
@ -799,7 +803,7 @@
{/each}
{/if}
</Row>
{#if $settings.actCurrencies}
{#if $settings.actCurrencies && $settings.useNostr !== true}
<Row>
<h3>{$_('section.settings.currencies')}</h3>
<small>{$_('restartRequired')}</small>