You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could probably make it configurable through the settings + limit the number of attributes we're displaying (tag name + x-data + 2-3 attributes), some attributes like id and wire:id will tend to be unique, that should be enough to allow users to know which component is which.
The text was updated successfully, but these errors were encountered:
See discussion: #189
Instead of currently rendering the component's "computed name" to be a single field:
We could render (render each of the relevant attributes that help identify the component):
Initially we can start with the currently supported attributes see https://github.com/alpine-collective/alpinejs-devtools/blob/master/packages/shell-chrome/src/utils.js#L230-L243:
phx-view="name"
(live view name)We could probably make it configurable through the settings + limit the number of attributes we're displaying (tag name + x-data + 2-3 attributes), some attributes like id and wire:id will tend to be unique, that should be enough to allow users to know which component is which.
The text was updated successfully, but these errors were encountered: