add directory state to console (#416)

This commit is contained in:
Saeed Vaziry
2025-01-01 14:52:27 -08:00
committed by GitHub
parent ba069a2db0
commit f5c9d6701b
7 changed files with 149 additions and 50 deletions

View File

@ -1,5 +1,5 @@
<div
{{ $attributes->merge(["class" => "font-mono whitespace-pre relative h-[500px] w-full overflow-auto whitespace-pre-line rounded-xl border border-gray-200 bg-black p-5 text-gray-50 dark:border-gray-800"]) }}
{{ $attributes->merge(["class" => "font-mono relative h-[500px] w-full overflow-auto whitespace-pre-line rounded-xl border border-gray-200 bg-black p-5 text-gray-50 dark:border-gray-800"]) }}
>
{{ $slot }}
</div>