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:
parent
4793f9c117
commit
031ffbbbfa
File diff suppressed because it is too large
Load Diff
|
|
@ -445,7 +445,7 @@ export class FolkPubsPublishPanel extends HTMLElement {
|
||||||
|
|
||||||
private getStyles(): string {
|
private getStyles(): string {
|
||||||
return `<style>
|
return `<style>
|
||||||
:host { display: block; }
|
:host { display: block; max-width: 32rem; margin: 0 auto; }
|
||||||
.panel { display: flex; flex-direction: column; gap: 0.5rem; }
|
.panel { display: flex; flex-direction: column; gap: 0.5rem; }
|
||||||
|
|
||||||
.tabs {
|
.tabs {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue