mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-20 13:28:21 +02:00
ui: add Right Caret icon to Start Scheduler button (#783)
This commit is contained in:
parent
075db3e596
commit
4c5a2cf01f
1 changed files with 2 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ const addressValueKeys = (addressCount: number) =>
|
|||
const isValidAddress = (candidate: any) => {
|
||||
return typeof candidate === 'string' && candidate !== ''
|
||||
}
|
||||
|
||||
const isAddressReused = (
|
||||
walletInfo: WalletInfo,
|
||||
destination: Api.BitcoinAddress,
|
||||
|
|
@ -341,7 +342,6 @@ export default function Jam({ wallet }: JamProps) {
|
|||
<>
|
||||
<PageTitle title={t('scheduler.title')} subtitle={t('scheduler.subtitle')} />
|
||||
{alert && <rb.Alert variant={alert.variant}>{alert.message}</rb.Alert>}
|
||||
|
||||
{isLoading || !serviceInfo || !walletInfo || isWaitingSchedulerStart || isWaitingSchedulerStop ? (
|
||||
<rb.Placeholder as="div" animation="wave">
|
||||
<rb.Placeholder xs={12} className={styles['input-loader']} />
|
||||
|
|
@ -545,6 +545,7 @@ export default function Jam({ wallet }: JamProps) {
|
|||
>
|
||||
<div className="d-flex justify-content-center align-items-center">
|
||||
{t('scheduler.button_start')}
|
||||
<Sprite symbol="caret-right" width="24" height="24" className="ms-1" />
|
||||
</div>
|
||||
</rb.Button>
|
||||
</rb.Form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue