complete story 9.8 with qa tests

This commit is contained in:
Naser Mansour
2026-01-03 02:26:25 +02:00
parent 090326b682
commit 9abaa93a49
9 changed files with 445 additions and 22 deletions
@@ -147,7 +147,7 @@ new class extends Component {
type="button"
wire:key="client-{{ $client->id }}"
wire:click="selectUser({{ $client->id }})"
class="flex w-full items-center gap-3 px-4 py-3 text-left hover:bg-zinc-50 dark:hover:bg-zinc-700 first:rounded-t-lg last:rounded-b-lg"
class="flex w-full items-center gap-3 px-4 py-3 text-start hover:bg-zinc-50 dark:hover:bg-zinc-700 first:rounded-t-lg last:rounded-b-lg"
>
<flux:avatar size="sm" name="{{ $client->full_name }}" />
<div>
@@ -268,7 +268,7 @@ new class extends Component {
@else
<div class="relative">
{{-- Timeline line --}}
<div class="absolute left-4 top-0 bottom-0 w-0.5 bg-zinc-200 dark:bg-zinc-700"></div>
<div class="absolute start-4 top-0 bottom-0 w-0.5 bg-zinc-200 dark:bg-zinc-700"></div>
<div class="space-y-6">
@foreach($timeline->updates as $update)