From 04039cbbb300111fb7df3c6490f6c1cd24fe798d Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Mon, 8 May 2023 18:18:23 +0200 Subject: [PATCH] New theme select --- resources/views/studio/theme.blade.php | 130 +++++++++++++++---------- 1 file changed, 78 insertions(+), 52 deletions(-) diff --git a/resources/views/studio/theme.blade.php b/resources/views/studio/theme.blade.php index ea2879f..f725242 100644 --- a/resources/views/studio/theme.blade.php +++ b/resources/views/studio/theme.blade.php @@ -10,63 +10,19 @@
- + @foreach($pages as $page)

Select a theme

+ +
-
- @csrf - -
- -
- -
-
- -
-
@@ -84,9 +40,6 @@
- - -
@@ -214,4 +167,77 @@ $(window).on('load', function() { +@push('sidebar-scripts') + + +@endpush + @endsection \ No newline at end of file