Idea
Enhance configurator/src/components/panels/CheatsheetPanel.svelte so hovering a class/token entry live-previews it against the current preview element (in PreviewPanel), reverting on mouseleave. Currently the panel supports search, tier filtering, category grouping, and copy-to-clipboard, but no live preview-on-hover.
Why
Seeing a class applied before committing to it (copying/inserting) makes the cheatsheet much faster to use for exploration, and would keep the configurator's reference UI on par with the interaction model being built for the Bricks integration's new in-canvas cheatsheet (companion issue in slashed-plugins).
Idea
Enhance
configurator/src/components/panels/CheatsheetPanel.svelteso hovering a class/token entry live-previews it against the current preview element (inPreviewPanel), reverting on mouseleave. Currently the panel supports search, tier filtering, category grouping, and copy-to-clipboard, but no live preview-on-hover.Why
Seeing a class applied before committing to it (copying/inserting) makes the cheatsheet much faster to use for exploration, and would keep the configurator's reference UI on par with the interaction model being built for the Bricks integration's new in-canvas cheatsheet (companion issue in slashed-plugins).