Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

metaory
Copy link

@metaory metaory commented Jun 30, 2024

✨ 💾 Local Backup & Restore

2024-06-30-120834_1318x774_scrot

Added Backup and Restore to footer nav.

On Backup

  • save ['user.settings', 'canvas.sections']
    • to backup-{date}.json

On Restore

  • try to parse file
  • if successful
    • set ['user.settings', 'canvas.sections']
    • reload window

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Enhancement
  • Documentation Update

What I did

🔥 Added 💾 BACKUP and RESTORE functionality.

Fixes #46 #66

Copy link

vercel bot commented Jun 30, 2024

@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.

@metaory
Copy link
Author

metaory commented Jun 30, 2024

@maurodesouza the above
d1d62a5 is working on dev mode,
with the least amount of code change (3 files, 100>loc) perfectly fine,,

❗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 (🔺+9,292 🔻 −6,519)

fix: typescript build and deprecation errors and warnings, upgrade deps and pkg manager #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: save/load
1 participant