-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
✨ feat: add 💾 local file backup & restore feature #74
Conversation
@metaory is attempting to deploy a commit to the Mauro de Souza's projects Team on Vercel. A member of the Team first needs to authorize it. |
@maurodesouza the above ❗the production build had a lot of typescript and other deprecation errors. 🔸I have made those fixes, but I'm not sure if you'd want them in the same PR,, 🔹here is the PR of those build fixes on to this branch, it's a bit bigger than this one! 25 files (🔺
|
It's been a month with no response, since my #74 I wanted to use it, so I deployed my fork ▲ if someone looked for it |
✨ 💾 Local Backup & Restore
Added
Backup
andRestore
to footer nav.On Backup
['user.settings', 'canvas.sections']
backup-{date}.json
On Restore
try
toparse
file['user.settings', 'canvas.sections']
What type of PR is this? (check all applicable)
What I did
🔥 Added 💾 BACKUP and RESTORE functionality.
Fixes #46 #66