safe-wallet-web
safe-wallet-web copied to clipboard
feat: Import and export counterfactual safes
What it solves
Resolves #3959
How this PR fixes it
- Adds the undeployedSafesSlice to the import and export page in settings
How to test it
- Create a counterfactual safe
- Go to the Settings > Data
- Export your Data
- Observe it displays that an undeployed safe will be exported
- Open a new Browser or clear your local storage
- Go to the Settings > Data page
- Import the file
- Observe it displays that an undeployed safe will be imported
- Observe the safe appearing in the sidebar
- Observe no errors when opening the safe
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) 🧑💻