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

Switching treeview modes #189

Merged
merged 38 commits into from
Dec 12, 2022
Merged

Switching treeview modes #189

merged 38 commits into from
Dec 12, 2022

Conversation

thetarnav
Copy link
Owner

@thetarnav thetarnav commented Nov 26, 2022

Adds an ability to switch between viewing 'only components', 'owners' (current view), and 'DOM' (HTML elements).

Closes #77

  • Fix debugger tests
  • Add tests for tree walker for different modes
  • Fix displaying elements in the path component
  • Fix nodes under not getting added in Components mode
  • Prevent inspecting elements
  • Highlight hovered elements
  • Apply changes to the extension
  • Change inspected node to closest component after switching treeview mode
  • Improve UI
  • Adapt UI on the light-theme
  • fix logger package
  • add changeset

@changeset-bot
Copy link

changeset-bot bot commented Nov 26, 2022

🦋 Changeset detected

Latest commit: 5743522

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@solid-devtools/shared Patch
@solid-devtools/debugger Minor
solid-devtools Minor
solid-devtools-extension Minor
@solid-devtools/frontend Minor
@solid-devtools/overlay Minor
@solid-devtools/logger Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@thetarnav thetarnav marked this pull request as ready for review December 12, 2022 18:53
@thetarnav thetarnav merged commit 50b2f55 into main Dec 12, 2022
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.

Components tree view
1 participant