feat(skills): drop preview pane — Crepe editor is already WYSIWYG #926
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!926
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/skills-drop-preview-pane"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The skill editor drawer rendered Markdown twice — left pane was the new
<MarkdownEditor>(Milkdown Crepe, visual mode) and the right pane re-rendered the same draft via<Markdown>. Crepe's visual mode already shows the rendered output inline, so the right pane was just a duplicate that ate half the drawer width.Drop the preview pane, the toggle button, and the
previewOpenstate. Editor now fills the whole drawer body. Same<MarkdownEditor>+ Assistant button on top.This commit was originally part of PR #925 but landed on the branch after the squash-merge already closed it; carrying it across as a follow-up.
Test plan
just qaclean — 3263 server tests + lint + typecheck + paraglide-checkeditor-preview-toggleor the<Markdown>import — nothing else to updateCloses #882 (the editor-UX half).
🚫 Dispatch aborted: skill 'fix-ci' missing for agent type 'claude-desktop'. Seed it at /agents/claude-desktop/skills.
ca64caf1c20701183a06Clean removal —
previewOpenstate, toggle button,Eye/Markdownimports all gone, editor fills the drawer correctly. CI green.