From 168be6cc9451511c2ef9d5d64acd992af003fe23 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Tue, 23 Jul 2024 10:59:39 -0400 Subject: [PATCH] UI tweaks --- resources/views/mod/show.blade.php | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/resources/views/mod/show.blade.php b/resources/views/mod/show.blade.php index e0b8029..efc04a0 100644 --- a/resources/views/mod/show.blade.php +++ b/resources/views/mod/show.blade.php @@ -9,7 +9,7 @@
- {{-- Mod Info Card --}} + {{-- mod info card --}}
@@ -35,7 +35,7 @@
- {{-- Tabs --}} + {{-- tabs --}}
@@ -58,7 +58,7 @@ class="isolate flex divide-x divide-gray-200 dark:divide-gray-800 rounded-xl shadow-md dark:shadow-gray-950 drop-shadow-2xl" aria-label="Tabs">
{{-- tab panels --}} - {{-- Description --}} + {{-- description --}}
{{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}}

{!! Str::markdown($mod->description) !!}

- {{-- Versions --}} + {{-- versions --}}
@foreach($mod->versions as $version) @if(!$version->disabled) -
+
@@ -102,10 +102,13 @@ Created {{ \Carbon\Carbon::parse($version->created_at)->format("M d, h:m a") }} Last Updated {{ \Carbon\Carbon::parse($version->updated_at)->format("M d, h:m a") }}
+
-

{{$version->description}}

+

{{$version->description}}

@endif @@ -119,12 +122,15 @@
- {{-- --}} + {{-- right side panel area --}}