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(dapps) add DAppsService component and ConnectDAppModal #14615

Merged
merged 5 commits into from
May 20, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    b45e01f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f5f1b4 View commit details
    Browse the repository at this point in the history
  3. chore(dapps) move dApps UX into its own DAppsWorkflow component

    Storybook: also automate related workflows for faster iteration
    
    Also extend the inspector utils to handle Loaders and Popups
    
    Updates: #14607
    stefandunca committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6871517 View commit details
    Browse the repository at this point in the history
  4. feat(wallet) customize NetworkFilter for dapps display

    Allow to show all selected icons in the network filter
    Hide checkboxes in the network filter dropdown
    
    Updates #14607
    stefandunca committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e335c2f View commit details
    Browse the repository at this point in the history
  5. feat(dapps) add DAppsService component and ConnectDAppModal

    Implement the initial Pairing user workflow and disconnect option for
    the first session.
    
    Also
    
    - rename pairing modal accordingly (`PairWCModal.qml`) to make room for the proper
    `ConnectDAppModal.qml`
    - basic tests for service helpers
    - update storybook to reflect the new user workflows
    
    Closes #14607
    stefandunca committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7fabb60 View commit details
    Browse the repository at this point in the history