feat(ui): Improve new resource page UI layout and styling (#7291)

This commit is contained in:
Andras Bacsai
2025-11-28 14:01:17 +01:00
committed by GitHub
24 changed files with 257 additions and 159 deletions

View File

@@ -8,7 +8,7 @@
<div class="subtitle">List of your projects.</div>
<div class="flex flex-col gap-2">
@forelse ($projects as $project)
<a class="box group"
<a class="coolbox group"
href="{{ route('shared-variables.project.show', ['project_uuid' => data_get($project, 'uuid')]) }}">
<div class="flex flex-col justify-center mx-6 ">
<div class="box-title">{{ $project->name }}</div>