-
Notifications
You must be signed in to change notification settings - Fork 5
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
Migrate settings from the old go #75
Comments
gud, but how to do or maybe (in the old go) give the user an option to export their settings into a link for the new go (i think that's already a feature in the new go so this would be easier to implement) |
New go already has loading settings from a url generated by the "Share Settings" button on the settings page. If you add a button to the old go settings page that constructs a valid link from the settings then you could just link them to new go and it will load them all. The share button on new go just JSON.stringify()'s the settings and creates the url with the parameters |
Good to close? |
yup :) |
To ease migration to the new go, we should detect if the user has settings from the old go and translate them into the new go's settings
The text was updated successfully, but these errors were encountered: