Skip to content

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

Open
@eachann1024

Description

@eachann1024

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.

Activity

eachann1024

eachann1024 commented on Jul 1, 2024

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

alexzhang1030 commented on Jul 1, 2024

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

eachann1024 commented on Jul 1, 2024

@eachann1024
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!

LukerSpringtree

LukerSpringtree commented on Dec 11, 2024

@LukerSpringtree
Contributor

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

�Which one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    clientscope: devtools clientenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @LukerSpringtree@eachann1024@alexzhang1030

      Issue actions

        Can the devtools settings export the data saved under the.local? · Issue #496 · vuejs/devtools