feat(rpubs): replace sidebar with 3-step wizard flow (Create → Preview → Publish)

Restructures the editor from a cramped sidebar layout to a full-width stepped wizard,
matching the rpubs.online/press UX. Format and drafts moved to toolbar dropdowns,
auto-advances to preview after PDF generation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-21 12:26:38 -07:00
parent 4793f9c117
commit 031ffbbbfa
2 changed files with 613 additions and 377 deletions

File diff suppressed because it is too large Load Diff

View File

@ -445,7 +445,7 @@ export class FolkPubsPublishPanel extends HTMLElement {
private getStyles(): string {
return `<style>
:host { display: block; }
:host { display: block; max-width: 32rem; margin: 0 auto; }
.panel { display: flex; flex-direction: column; gap: 0.5rem; }
.tabs {