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

feature: improve extension in-tab view #988

Merged
merged 3 commits into from
Jun 3, 2024

Commits on May 15, 2024

  1. Improve extension in-tab view

    ost-ptk committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a684243 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Merge branch 'refs/heads/develop' into WALLET-347-cw-improve-extensio…

    …n-in-tab-view
    
    # Conflicts:
    #	src/apps/popup/app-router.tsx
    #	src/libs/layout/unlock-vault/index.tsx
    ost-ptk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8014cfa View commit details
    Browse the repository at this point in the history
  2. Update Overlay component and add delays in e2e tests

    The Overlay component's position and size properties were adjusted to fit its new design requirements. The width is now fixed, and it is centered using transform. Meanwhile, explicit delays were added in the end-to-end tests for 'buy-cspr.spec.ts' to ensure proper closing of modal windows before continuing with the tests.
    ost-ptk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0d8d6b2 View commit details
    Browse the repository at this point in the history