Page MenuHomePhabricator

[Cashtab] [Alias] Confirmation modal on registration
ClosedPublic

Authored by emack on Apr 5 2023, 13:52.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCf5fd748f4201: [Cashtab] [Alias] Confirmation modal on registration
Summary

T3028

Adds a confirmation modal upon clicking the Register Alias button.

Test Plan
  • enable alias in ticker.js
  • npm start
  • attempt to register a new alias, observe the modal is displayed to confirm both the alias input and the registration fee
  • click on cancel and ensure modal is closed with no further processing
  • click on ok and ensure the alias is registered
  • attempt to register an existing alias, click ok on the confirmation modal, and ensure the duplicate alias error is displayed

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emack requested review of this revision.Apr 5 2023, 13:52
bytesofman requested changes to this revision.Apr 5 2023, 22:54

Run npm test and update snapshots (husky has been deprecated from this repo due to other complications)

This revision now requires changes to proceed.Apr 5 2023, 22:54

Run npm test and update snapshots (husky has been deprecated from this repo due to other complications)

tried npm test and it doesn't deem this diff to warrant a snapshot update.

image.png (302×683 px, 36 KB)

also tried to manually trigger snapshot update via npm test -- -u but same outcome.

Run npm test and update snapshots (husky has been deprecated from this repo due to other complications)

tried npm test and it doesn't deem this diff to warrant a snapshot update.

image.png (302×683 px, 36 KB)

also tried to manually trigger snapshot update via npm test -- -u but same outcome.

probably since i ran npm test after changing the aliasEnabled flag in Ticker.js. so no change needed in the diff.

This revision is now accepted and ready to land.Apr 6 2023, 18:40