safe-wallet-web icon indicating copy to clipboard operation
safe-wallet-web copied to clipboard

[Multichain] fix: Show notification when adding a new network to an account [SW-173]

Open usame-algan opened this issue 5 months ago • 4 comments

What it solves

Resolves SW-173

How this PR fixes it

  • Shows a notification when replaying a safe on another network
  • Closes the Network selector when closing the add new network form
  • Adds tab navigation to open the network selector collapsed area
  • Removes unused onChange handler and moves the track event call to the form submission

How to test it

  1. Open a Safe
  2. Add new network via the header network selector
  3. Observe the network selector disappears when closing the form
  4. Observe being able to open the collapsed area with keyboard navigation

Screenshots

Screenshot 2024-09-25 at 12 58 50

Checklist

  • [ ] I've tested the branch on mobile 📱
  • [ ] I've documented how it affects the analytics (if at all) 📊
  • [ ] I've written a unit/e2e test for it (if applicable) 🧑‍💻

usame-algan avatar Sep 25 '24 11:09 usame-algan