Idea: Clicking a selector chip should open the Style Catalog at the matching entry #28
bkibbeyWork
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context
Using
@grapesjs/studio-sdk1.x withpanelSidebarTabs(default right rail) andpanelSelectorsrunning instyleCatalog: truemode. We have ~20 named catalog entries (e.g.color-text-primary,heading-subsection) used across pages.Current behaviour
When a component is selected, the selector chip strip shows each applied class as a chip. The chip body itself is inert: clicking a chip does nothing. To see or edit the rules that belong to that named entry, the workflow is:
For designers who already see the class name on the chip in front of them, steps 1-3 are a re-discovery tax.
Requested capability
When a user clicks the body of a catalog chip (not the
+,:, orx), open the Style Catalog modal with that chip's catalog entry already selected / expanded.All reactions