Update button label and server retrieval logic***

***Refactor email settings form***
***Update project index view layout
This commit is contained in:
Andras Bacsai
2024-03-25 12:47:10 +01:00
parent 89cc4d1df4
commit 995197cad9
6 changed files with 49 additions and 41 deletions

View File

@@ -8,7 +8,7 @@
<div class="subtitle">All your projects are here.</div>
<div class="grid gap-2 lg:grid-cols-2">
@forelse ($projects as $project)
<div class="gap-2 border border-transparent cursor-pointer box group" x-data
<div class="box group" x-data
x-on:click="goto('{{ $project->uuid }}')">
<a class="flex flex-col flex-1 mx-6 hover:no-underline"
href="{{ route('project.show', ['project_uuid' => data_get($project, 'uuid')]) }}">