WIP moving to vanilla js from svelte

Editing record edit and i am in the middle of creating the dropdown component
This commit is contained in:
2024-09-27 23:58:32 +03:00
parent 55db377abf
commit 5ed57838fc
6 changed files with 77 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
@extends("lucent::layouts.channel")
@section("content")
<div class="record-edit">
<div class="tools-header">
@include("lucent::records-editor.header")
{{-- <EditHeader {schema} bind:record {isCreateMode} bind:activeContentTab/>--}}
</div>
</div>
@endsection