safe-wallet-web
safe-wallet-web copied to clipboard
[Multichain] fix: Show notification when adding a new network to an account [SW-173]
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
- Open a Safe
- Add new network via the header network selector
- Observe the network selector disappears when closing the form
- Observe being able to open the collapsed area with keyboard navigation
Screenshots
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) 🧑💻