devtools icon indicating copy to clipboard operation
devtools copied to clipboard

feat(client): Restore accessed route after page refreshing

Open Azurewarth0920 opened this issue 1 year ago • 4 comments

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

https://github.com/user-attachments/assets/2a46e955-f0b3-4109-a45f-536c5c099c42

Azurewarth0920 avatar Apr 01 '24 08:04 Azurewarth0920

Deploy Preview for vue-devtools-docs ready!

Name Link
Latest commit 31a2dbd37a1386349983a72c0c0e3c9c7af9d08d
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.

netlify[bot] avatar Apr 01 '24 08:04 netlify[bot]

Updated this PR with current ref-base.

Azurewarth0920 avatar Jul 29 '24 02:07 Azurewarth0920

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.

webfansplz avatar Jul 31 '24 15:07 webfansplz

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.

Azurewarth0920 avatar Aug 02 '24 16:08 Azurewarth0920