Improve UI consistency across components

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 17:37:26 +01:00
parent 6acbd218da
commit 09f9a53144
5 changed files with 63 additions and 48 deletions

View File

@@ -69,13 +69,13 @@ new class extends Component {
</flux:table.cell>
<flux:table.cell>
@if($venue->createdBy)
{{ $venue->createdBy->name }}
{{ Str::limit($venue->createdBy->name, 30) }}
@endif
</flux:table.cell>
<flux:table.cell>
<div class="flex gap-2">
@auth
<flux:button size="sm" :href="route('venues.edit', ['venue' => $venue, 'country' => $country])" icon="pencil">
<flux:button size="xs" :href="route('venues.edit', ['venue' => $venue, 'country' => $country])" icon="pencil">
{{ __('Edit') }}
</flux:button>
@endauth