Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solidjs/solid-start-devtools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: solidjs/solid-start-devtools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: vite-devtools-port
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 19 files changed
  • 2 contributors

Commits on Sep 16, 2026

  1. feat: show the panels inside Vite DevTools

    Add a Vite plugin that registers the reactivity graph and the ownership
    tree as Vite DevTools dock entries. Both render in the page the app runs
    in, so they read the same runtime the toolbar reads and nothing crosses
    to the dev server.
    
    The dock may isolate a panel in a shadow root, which the document head
    does not reach, so the build now hands its stylesheets to a registry that
    can deliver them to any root.
    
    The runtime only reports owners and signals as they are created, and a
    panel opens long after the app rendered, so the plugin loads a small
    module with the page that starts watching straight away.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    lxsmnsyc and claude committed Sep 16, 2026
    Configuration menu
    Copy the full SHA
    f0cabda View commit details
    Browse the repository at this point in the history
Loading