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
feat(hub-ui): mount devframes, an action dock, and a group in the playground
Mounts two tiny static devframes (Alpha/Beta, devframes.ts) via initHub's
devframes option, so the playground's dock bar has real mounted content
to switch between rather than only client-only entries. Both collapse
under a new "Playground Tools" group dock, alongside a "Ping" action dock
whose client script runs on click - exercising the grouped-dock popover
and the action-dock mechanism the playground didn't previously touch.
Declares playground/client-scripts/*.ts as a knip entry - action dock
scripts are loaded by their runtime URL string, not a static import.
0 commit comments