Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(uirefresh): new user wizard - connect wallet #1206

Merged
merged 6 commits into from
Oct 24, 2024

Conversation

moo-onthelawn
Copy link
Contributor

@moo-onthelawn moo-onthelawn commented Oct 23, 2024

Update connect wallet modal to match figma here. Flagged language selection behind uiRefresh.

flag off flag on flag on - mobile
Screenshot 2024-10-23 at 2 38 01 PM Screenshot 2024-10-23 at 2 37 13 PM Screenshot 2024-10-23 at 2 40 31 PM

Views

  • LanguageSelector

    • Update implementation such that the control of rendering the translate icon vs selected language is passed to the caller
  • HeaderDesktop

    • Render LanguageSelector appropriately
  • OnboardingDialog

    • Small unflagged updates to language
    • Add a ? beside the Choose Wallet title linking to documentation
    • Render footer (flagged behind uiRefresh) with language selection
  • ChooseWallet

    • Small unflagged updates to language
    • Remove unnecessary styling

Components

  • New: QuestionMarkIcon

    • ?????
  • Dialog

    • Add a hasFooterBorder prop, match implementation of existing hasHeaderBorder

Packages

  • v4-localization

    • Bump package
  • env.json

    • Update walletLearnMore link since dydx.academy is broken. Will notify DOS to update as well (if they can't fix dydx.academy)

@moo-onthelawn moo-onthelawn requested a review from a team as a code owner October 23, 2024 18:26
Copy link

linear bot commented Oct 23, 2024

Copy link

vercel bot commented Oct 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
v4-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2024 7:02pm
v4-testnet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2024 7:02pm

@@ -49,6 +49,7 @@ type StyleProps = {
portalContainer?: HTMLElement;
hasHeaderBorder?: boolean;
hasHeaderBlur?: boolean;
hasFooterBorder?: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't love this flag but I see why you kinda have to do it this way.

@moo-onthelawn moo-onthelawn merged commit 11f18a6 into main Oct 24, 2024
9 checks passed
@moo-onthelawn moo-onthelawn deleted the mulan/ct-1310-connect-wallet-updates branch October 24, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants