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

feat: Import and export counterfactual safes

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

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

  1. Create a counterfactual safe
  2. Go to the Settings > Data
  3. Export your Data
  4. Observe it displays that an undeployed safe will be exported
  5. Open a new Browser or clear your local storage
  6. Go to the Settings > Data page
  7. Import the file
  8. Observe it displays that an undeployed safe will be imported
  9. Observe the safe appearing in the sidebar
  10. Observe no errors when opening the safe

Screenshots

Screenshot 2024-07-22 at 11 11 52

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 Jul 22 '24 09:07 usame-algan