Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project overview
  • Repository
  • Issues 403
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
  • CI / CD
  • Security & Compliance
  • Packages
  • Analytics
  • Wiki
  • Snippets
  • Members
  • Collapse sidebar
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Issues
  • #2366

Closed
Open
Opened 1 month ago by Olivia Madrid@omadrid12 of 12 tasks completed12/12 tasks
Report abuse New issue

Implement new phone number dropdown

#2395

  • Add in the phone number verification widgets to the new wallet
  • Make it a new component so we don't break anything
  • Have them call the onboarding phone number verification (so we don't ask for their phone number again)
  • Make sure it's in the new onboarding phone number verification

Update the m-phone-input component so it is easier to use/navigate the gigantic country list.

  • Dropdown should close on blur instead of requiring user to click the 2 arrows next to the flag icon
  • Country list dropdown should be aligned with form input and have the same box-shadow
  • Restrict height
  • Option should have a visual indicator when you are hovering over it
  • Key controls. You should be able to:
    • Start typing the country name to scroll to or narrow down results
    • navigate results with up/down keys
    • hit enter to select/close the drop down

Testing

  • Check it out at /onboarding/info slide
  • go to /v2wallet/tokens as a new user whose phone number has not been collected yet. Click step 1 of the onboarding steps to see the popup with the phone number input box
Edited 1 week ago by Olivia Madrid

Linked issues
0

Related merge requests
1
  • Wallet token onboarding and settings
    !698
    Wallet Upgrade
    Avatar for Marcelo Rivera
  • Discussion 0
  • Designs 0
  • Olivia Madrid @omadrid added 1 deleted label 1 month ago

    added 1 deleted label

  • Olivia Madrid @omadrid assigned to @omadrid 1 month ago

    assigned to @omadrid

  • Olivia Madrid @omadrid added to epic &112 1 month ago

    added to epic &112

  • Olivia Madrid @omadrid changed milestone to %Wallet Upgrade 1 month ago

    changed milestone to %Wallet Upgrade

  • Olivia Madrid @omadrid removed 1 deleted label 1 month ago

    removed 1 deleted label

  • Olivia Madrid @omadrid added Product::Wallet scoped label 1 month ago

    added scoped label

  • Olivia Madrid @omadrid added Squad::Blue scoped label 1 month ago

    added scoped label

  • Olivia Madrid @omadrid added Type::Feature scoped label 1 month ago

    added scoped label

  • Olivia Madrid @omadrid changed the description 1 month ago

    changed the description

  • Brian Hatchet :speech_balloon: @brianhatchet added Sprint::01/01 - Xerothermic Xenarthra scoped label 1 month ago

    added scoped label

  • Brian Hatchet :speech_balloon: @brianhatchet changed title from Improve phone input UX to Implement new phone number verfication 1 month ago

    changed title from Imp to Imp

  • Brian Hatchet :speech_balloon: @brianhatchet changed the description 1 month ago

    changed the description

  • Brian Hatchet :speech_balloon: @brianhatchet changed weight to 8 1 month ago

    changed weight to 8

  • Brian Hatchet :speech_balloon: @brianhatchet changed time estimate to 1d 1 month ago

    changed time estimate to 1d

  • Olivia Madrid @omadrid changed title from Implement new phone number verfication to Implement new phone number verification 1 month ago

    changed title from Implement new phone number verfication to Implement new phone number verfication

  • Olivia Madrid @omadrid mentioned in merge request !698 (merged) 1 month ago

    mentioned in merge request !698 (merged)

  • Brian Hatchet :speech_balloon: @brianhatchet changed milestone to %Sprint::01/01 - Xerothermic Xenartha 1 month ago

    changed milestone to %Sprint::01/01 - Xerothermic Xenartha

  • Brian Hatchet :speech_balloon: @brianhatchet added Sprint::01/15 - Youthful Yabby scoped label and automatically removed Sprint::01/01 - Xerothermic Xenarthra label 4 weeks ago

    added scoped label and automatically removed label

  • Olivia Madrid @omadrid changed title from Implement new phone number verification to Implement new phone number dropdown 2 weeks ago

    changed title from Implement new phone number n to Implement new phone number n

  • Olivia Madrid @omadrid marked the task Add in the phone number verification widgets to the new wallet as completed 2 weeks ago

    marked the task Add in the phone number verification widgets to the new wallet as completed

  • Brian Hatchet :speech_balloon: @brianhatchet changed the description 2 weeks ago

    changed the description

  • Brian Hatchet :speech_balloon: @brianhatchet added Status::Backlog scoped label 2 weeks ago

    added scoped label

  • Brian Hatchet :speech_balloon: @brianhatchet added Sprint::01/29 Abatic Aenome scoped label and automatically removed Sprint::01/15 - Youthful Yabby label 1 week ago

    added scoped label and automatically removed label

  • Olivia Madrid @omadrid added Status::InProgress scoped label and automatically removed Status::Backlog label 1 week ago

    added scoped label and automatically removed label

  • Olivia Madrid @omadrid marked the task Have them call the onboarding phone number verification as completed 1 week ago

    marked the task Have them call the onboarding phone number verification as completed

  • Olivia Madrid @omadrid changed the description 1 week ago

    changed the description

  • Olivia Madrid @omadrid changed the description 1 week ago

    changed the description

  • Olivia Madrid @omadrid marked the task Country list dropdown should be aligned with form input and have the same box-shadow as completed 1 week ago

    marked the task Country list dropdown should be aligned with form input and have the same box-shadow as completed

  • Olivia Madrid @omadrid marked the task Restrict height as completed 1 week ago

    marked the task Restrict height as completed

  • Olivia Madrid @omadrid marked the task Option should have a visual indicator when you are hovering over it as completed 1 week ago

    marked the task Option should have a visual indicator when you are hovering over it as completed

  • Olivia Madrid @omadrid marked the task Make it a new component so we don't break anything as completed 1 week ago

    marked the task Make it a new component so we don't break anything as completed

  • Olivia Madrid @omadrid added Status::BuddyReview scoped label and automatically removed Status::InProgress label 1 week ago

    added scoped label and automatically removed label

  • Olivia Madrid @omadrid marked the task Make sure it's in the new onboarding phone number verification as completed 1 week ago

    marked the task Make sure it's in the new onboarding phone number verification as completed

  • Olivia Madrid @omadrid marked the task Dropdown should close on blur instead of requiring user to click the 2 arrows next to the flag icon as completed 1 week ago

    marked the task Dropdown should close on blur instead of requiring user to click the 2 arrows next to the flag icon as completed

  • Olivia Madrid @omadrid marked the task Key controls. You should be able to: as completed 1 week ago

    marked the task Key controls. You should be able to: as completed

  • Olivia Madrid @omadrid marked the task Start typing the country name to scroll to or narrow down results as completed 1 week ago

    marked the task Start typing the country name to scroll to or narrow down results as completed

  • Olivia Madrid @omadrid marked the task navigate results with up/down keys as completed 1 week ago

    marked the task navigate results with up/down keys as completed

  • Olivia Madrid @omadrid marked the task hit enter to select/close the drop down as completed 1 week ago

    marked the task hit enter to select/close the drop down as completed

  • Olivia Madrid @omadrid changed the description 1 week ago

    changed the description

  • Olivia Madrid @omadrid changed milestone to %Wallet Upgrade 1 week ago

    changed milestone to %Wallet Upgrade

  • Brian Hatchet :speech_balloon: @brianhatchet changed milestone to %Sprint:01/29 Abatic Aenome 5 days ago

    changed milestone to %Sprint:01/29 Abatic Aenome

  • Olivia Madrid @omadrid assigned to @eiennohi 4 days ago

    assigned to @eiennohi

  • Brian Hatchet :speech_balloon: @brianhatchet changed epic to &80 4 days ago

    changed epic to &80

  • Brian Hatchet :speech_balloon: @brianhatchet closed 56 minutes ago

    closed

Please register or sign in to reply
2 Assignees
Marcelo Rivera's avatar
Olivia Madrid's avatar
Wallet
Epic
Wallet
Sprint::01/29 Abatic Aenome
Milestone
Sprint::01/29 Abatic Aenome
Time tracking
Estimated: 1d
None
Due date
None
5
Labels
Product::Wallet Sprint::01/29 Abatic Aenome Squad::Blue Status::BuddyReview Type::Feature
8
Weight
8
Confidentiality
Not confidential
Lock issue
Unlocked
3
3 participants
user avatar
user avatar
user avatar
Reference: minds/front#2366