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

Can the devtools settings export the data saved under the.local? #496

Open
eachann1024 opened this issue Jul 1, 2024 · 3 comments · May be fixed by #499
Open

Can the devtools settings export the data saved under the.local? #496

eachann1024 opened this issue Jul 1, 2024 · 3 comments · May be fixed by #499
Labels
client scope: devtools client enhancement New feature or request

Comments

@eachann1024
Copy link

In the business scenario, logging out will clear the localstorage, resulting in the settings needing to be reset again.

In the development scenario, debugging often also clears the localstorage.

If the settings can be exported to a.local file, there will be no these problems.

@alexzhang1030 alexzhang1030 added enhancement New feature or request client scope: devtools client labels Jul 1, 2024
@eachann1024
Copy link
Author

@alexzhang1030 This should not be the same requirement. JSON also needs to be imported. If .local is supported, the settings can be automatically read every time you enter.

@alexzhang1030
Copy link
Member

@alexzhang1030 This should not be the same requirement. JSON also needs to be imported. If .local is supported, the settings can be automatically read every time you enter.

We have browser extension & electron app, so I am trying to make this feature more general instead of just serving on the vite-plugin.

@eachann1024
Copy link
Author

@alexzhang1030 This should not be the same requirement. JSON also needs to be imported. If .local is supported, the settings can be automatically read every time you enter.

We have browser extension & electron app, so I am trying to make this feature more general instead of just serving on the vite-plugin.

Haha, I just found out that there are actually extensions, that's great! And I hope there is an option for json import settings haha!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client scope: devtools client enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants