From f5d4d4478d41f4c4443c47ecde1ad10f1cc283cf Mon Sep 17 00:00:00 2001 From: Joe Uhren Date: Wed, 11 Oct 2023 19:32:26 -0600 Subject: [PATCH] Smoother claim instruction behavior on open/close --- views/claim_address.pug | 71 +++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/views/claim_address.pug b/views/claim_address.pug index bd7a6ed..2db85b8 100644 --- a/views/claim_address.pug +++ b/views/claim_address.pug @@ -89,41 +89,42 @@ block content a#showClaimInstructions.badge.bg-primary(href='#claimInstructions', style='font-size:100%;margin-bottom:15px;', data-bs-toggle='collapse' role='button' aria-expanded='false' aria-controls='claimInstructions') i.fas.fa-angle-up(style='margin-right:5px;') span Show claim instructions - div#claimInstructions.alert.alert-primary.collapse - div - span Use the - span.fw-bold Sign Message - span feature from your - span.fw-bold #{settings.coin.name} - span wallet to verify ownership of a wallet address that belongs to you. - br - div Enter the following data into the wallet software: - br - div - span.fw-bold Address: - if hash == null || hash == '' - span=' ' - else - span #{hash} - div - span.fw-bold Message: - span=' ' - br - div - span Click the - span.fw-bold Sign Message - span button in the wallet, and copy/paste the resulting - span.fw-bold Signature - span at the bottom of this form. - br - div - span Finally, click the - span.fw-bold Claim - span button below to claim your address, which will display your custom display name instead of the default wallet address on this site. - br - div - span.fw-bold NOTE: - span You can update your claimed address at any time, as often as you wish. To remove a previously claimed display name, simply sign a blank message to return the address back to its original value. + div#claimInstructions.collapse + div.alert.alert-primary + div + span Use the + span.fw-bold Sign Message + span feature from your + span.fw-bold #{settings.coin.name} + span wallet to verify ownership of a wallet address that belongs to you. + br + div Enter the following data into the wallet software: + br + div + span.fw-bold Address: + if hash == null || hash == '' + span=' ' + else + span #{hash} + div + span.fw-bold Message: + span=' ' + br + div + span Click the + span.fw-bold Sign Message + span button in the wallet, and copy/paste the resulting + span.fw-bold Signature + span at the bottom of this form. + br + div + span Finally, click the + span.fw-bold Claim + span button below to claim your address, which will display your custom display name instead of the default wallet address on this site. + br + div + span.fw-bold NOTE: + span You can update your claimed address at any time, as often as you wish. To remove a previously claimed display name, simply sign a blank message to return the address back to its original value. form#claimForm .form-group fieldset.entryField