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(client): Restore accessed route after page refreshing #306

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

Conversation

Azurewarth0920
Copy link
Collaborator

@Azurewarth0920 Azurewarth0920 commented Apr 1, 2024

fix: #304, #544
Save the selected state in Component/Custom inspector/Pinia/Router pages.

Screen.Recording.2024-07-29.at.11.31.12.mov

Copy link

netlify bot commented Apr 1, 2024

Deploy Preview for vue-devtools-docs ready!

Name Link
🔨 Latest commit 31a2dbd
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/66acfb82fa1ce90008b2e9d9
😎 Deploy Preview https://deploy-preview-306--vue-devtools-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Azurewarth0920
Copy link
Collaborator Author

Updated this PR with current ref-base.

@Azurewarth0920 Azurewarth0920 self-assigned this Jul 29, 2024
@webfansplz
Copy link
Member

I haven't checked it in great detail. Nuxt DevTools is currently using Components and Pinia applet, and we need to confirm if these changes will break it.

@Azurewarth0920
Copy link
Collaborator Author

I haven't checked it in great detail. Nuxt DevTools is currently using Components and Pinia applet, and we need to confirm if these changes will break it.

Tested on Nuxt-devtools side.
As the prop savedSelectedId has not been passed, getValidNodeId will return a false value and it will work as usual.

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.

When selecting the component in devtool, the select state cannot be restored after refreshing the page
2 participants