Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -1,11 +1,10 @@
@extends('layouts.nova.content-layout')
@extends('layouts.story-editor')
@php
$hero_title = $mode === 'create' ? 'Write Story' : 'Edit Story';
$hero_description = 'A focused writing studio with autosave, embeds, live preview, and a cleaner publish workflow.';
$page_title = $mode === 'create' ? 'Write Story' : 'Edit Story';
@endphp
@section('page-content')
@section('content')
@php
$initialContent = $story->content;
if (is_string($initialContent)) {
@@ -49,7 +48,7 @@
];
@endphp
<div class="mx-auto max-w-7xl" id="story-editor-react-root"
<div id="story-editor-react-root"
data-mode="{{ $mode }}"
data-story='@json($storyPayload)'
data-story-types='@json($storyTypes)'