- Remove iframe previews from theme detail and layout detail pages for cleaner UI - Replace with informative layout cards showing descriptions and slot type badges - Fix theme hot reload by switching from custom HMR to full page reload - Update template renderer to use slot names as demo content - Add SVG pattern generation for image slots with grid background and slot labels - Improve demo content for all slot types (code, lists, tables, etc.) - Clean up HMR listeners and simplify theme change detection 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
323 B
HTML
9 lines
323 B
HTML
<div class="slide layout-title-slide">
|
|
<h1 class="slot title-slot" data-slot="title" data-placeholder="Presentation Title" data-required>
|
|
{{title}}
|
|
</h1>
|
|
<div class="slot diagram-slot" data-slot="diagram" data-placeholder="Diagram or Image" data-required>
|
|
{{diagram}}
|
|
</div>
|
|
<h3>Static Content</h3>
|
|
</div> |