This commit is contained in:
2026-03-20 21:17:26 +01:00
parent 1a62fcb81d
commit 29c3ff8572
229 changed files with 13147 additions and 2577 deletions

View File

@@ -2,7 +2,7 @@
@php
$hero_title = $mode === 'create' ? 'Write Story' : 'Edit Story';
$hero_description = 'Medium-style editor with autosave, slash commands, artwork embeds, and publishing workflow.';
$hero_description = 'A focused writing studio with autosave, embeds, live preview, and a cleaner publish workflow.';
@endphp
@section('page-content')
@@ -49,7 +49,7 @@
];
@endphp
<div class="mx-auto max-w-3xl" id="story-editor-react-root"
<div class="mx-auto max-w-7xl" id="story-editor-react-root"
data-mode="{{ $mode }}"
data-story='@json($storyPayload)'
data-story-types='@json($storyTypes)'
@@ -58,4 +58,4 @@
Loading editor...
</div>
</div>
@endsection
@endsection