unused HTML classname ejected
This commit is contained in:
parent
546d359d04
commit
372ec0782c
@ -81,16 +81,14 @@
|
|||||||
{{ $item->email }}
|
{{ $item->email }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td
|
<x-table.td kind="right">
|
||||||
class="w-4/12 sm:w-3/12 ltr:pl-0 rtl:pr-0 ltr:text-right rtl:text-left py-4 whitespace-nowrap text-sm font-normal text-black space-x-2 truncate"
|
<div class="space-x-2">
|
||||||
override="class"
|
|
||||||
kind="right"
|
|
||||||
>
|
|
||||||
@foreach($item->roles as $role)
|
@foreach($item->roles as $role)
|
||||||
<span class="bg-lilac-900 px-2 py-0.5 test-xs rounded-lg text-black">
|
<span class="bg-lilac-900 px-2 py-0.5 test-xs rounded-lg text-black">
|
||||||
{{ $role->display_name }}
|
{{ $role->display_name }}
|
||||||
</span>
|
</span>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
</div>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td kind="action">
|
<x-table.td kind="action">
|
||||||
|
@ -62,11 +62,9 @@
|
|||||||
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-6/12 sm:w-5/12 truncate">
|
<x-table.td class="w-6/12 sm:w-5/12">
|
||||||
<x-slot name="first" class="flex">
|
<x-slot name="first" class="flex">
|
||||||
<div class="font-bold truncate">
|
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
</div>
|
|
||||||
|
|
||||||
@if (! $item->enabled)
|
@if (! $item->enabled)
|
||||||
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />
|
<x-index.disable text="{{ trans_choice('general.accounts', 1) }}" />
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-6/12 sm:w-3/12 truncate">
|
<x-table.td class="w-6/12 sm:w-3/12">
|
||||||
{{ $item->account->name }}
|
{{ $item->account->name }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->expense_transaction->account->name }}" />
|
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->expense_transaction->account->name }}" />
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-3/12 truncate hidden sm:table-cell">
|
<x-table.td class="w-3/12 hidden sm:table-cell">
|
||||||
<x-slot name="first" class="flex items-center font-bold" override="class">
|
<x-slot name="first" class="flex items-center font-bold" override="class">
|
||||||
<x-date date="{{ $item->expense_transaction->paid_at }}" />
|
<x-date date="{{ $item->expense_transaction->paid_at }}" />
|
||||||
</x-slot>
|
</x-slot>
|
||||||
@ -116,7 +116,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-4/12 sm:w-3/12 truncate">
|
<x-table.td class="w-4/12 sm:w-3/12">
|
||||||
<x-slot name="first">
|
<x-slot name="first">
|
||||||
{{ $item->expense_transaction->account->name }}
|
{{ $item->expense_transaction->account->name }}
|
||||||
</x-slot>
|
</x-slot>
|
||||||
@ -125,7 +125,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-4/12 sm:w-3/12 truncate">
|
<x-table.td class="w-4/12 sm:w-3/12">
|
||||||
<x-slot name="first">
|
<x-slot name="first">
|
||||||
{{ $item->expense_transaction->currency_rate }}
|
{{ $item->expense_transaction->currency_rate }}
|
||||||
</x-slot>
|
</x-slot>
|
||||||
|
@ -75,11 +75,11 @@
|
|||||||
@endif
|
@endif
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-2/12 sm:w-1/12 font-bold truncate">
|
<x-table.td class="w-2/12 sm:w-1/12">
|
||||||
{{ $item->id }}
|
{{ $item->id }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-8/12 sm:w-4/12 truncate">
|
<x-table.td class="w-8/12 sm:w-4/12">
|
||||||
<x-slot name="first" class="flex" override="class">
|
<x-slot name="first" class="flex" override="class">
|
||||||
<div class="font-medium truncate">
|
<div class="font-medium truncate">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
@ -98,7 +98,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-4/12 hidden sm:table-cell truncate">
|
<x-table.td class="w-4/12 hidden sm:table-cell">
|
||||||
<x-slot name="first">
|
<x-slot name="first">
|
||||||
@if ($item->email)
|
@if ($item->email)
|
||||||
{{ $item->email }}
|
{{ $item->email }}
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-5/12 p-0 whitespace-nowrap text-sm font-medium text-black">
|
<x-table.td class="w-5/12">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
|
|
||||||
@if (! $item->enabled)
|
@if (! $item->enabled)
|
||||||
|
@ -135,7 +135,7 @@
|
|||||||
<x-table.td class="{{ $classNameAndTaxNumber }}">
|
<x-table.td class="{{ $classNameAndTaxNumber }}">
|
||||||
@stack('name_td_start')
|
@stack('name_td_start')
|
||||||
@if (! $hideName)
|
@if (! $hideName)
|
||||||
<x-slot name="first" class="flex items-center font-medium">
|
<x-slot name="first" class="flex items-center">
|
||||||
@if ($showPicture)
|
@if ($showPicture)
|
||||||
@if (is_object($item->picture))
|
@if (is_object($item->picture))
|
||||||
<img src="{{ Storage::url($item->picture->id) }}" class="absolute w-6 h-6 bottom-6 rounded-full mr-2 hidden lg:block" alt="{{ $item->name }}" title="{{ $item->name }}">
|
<img src="{{ Storage::url($item->picture->id) }}" class="absolute w-6 h-6 bottom-6 rounded-full mr-2 hidden lg:block" alt="{{ $item->name }}" title="{{ $item->name }}">
|
||||||
@ -157,7 +157,7 @@
|
|||||||
|
|
||||||
@stack('tax_number_td_start')
|
@stack('tax_number_td_start')
|
||||||
@if (! $hideTaxNumber)
|
@if (! $hideTaxNumber)
|
||||||
<x-slot name="second" class="w-32 font-normal truncate {{ $showPicture ? ' ltr:pl-8 rtl:pr-8' : '' }}">
|
<x-slot name="second" class="w-32 {{ $showPicture ? ' ltr:pl-8 rtl:pr-8' : '' }}">
|
||||||
{{ $item->tax_number }}
|
{{ $item->tax_number }}
|
||||||
</x-slot>
|
</x-slot>
|
||||||
@endif
|
@endif
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
<x-table.td class="{{ $classDueAtAndIssueAt }}">
|
<x-table.td class="{{ $classDueAtAndIssueAt }}">
|
||||||
@stack('due_at_td_start')
|
@stack('due_at_td_start')
|
||||||
@if (! $hideDueAt)
|
@if (! $hideDueAt)
|
||||||
<x-slot name="first" class="font-bold truncate" override="class">
|
<x-slot name="first" class="font-bold" override="class">
|
||||||
@stack('due_at_td_inside_start')
|
@stack('due_at_td_inside_start')
|
||||||
<x-date :date="$item->due_at" function="diffForHumans" />
|
<x-date :date="$item->due_at" function="diffForHumans" />
|
||||||
@stack('due_at_td_inside_end')
|
@stack('due_at_td_inside_end')
|
||||||
@ -142,7 +142,7 @@
|
|||||||
|
|
||||||
@stack('document_number_td_start')
|
@stack('document_number_td_start')
|
||||||
@if (! $hideDocumentNumber)
|
@if (! $hideDocumentNumber)
|
||||||
<x-slot name="second" class="w-20 font-normal group" data-tooltip-target="tooltip-information-{{ $item->id }}" data-tooltip-placement="left" override="class">
|
<x-slot name="second" class="w-20 group" data-tooltip-target="tooltip-information-{{ $item->id }}" data-tooltip-placement="left" override="class">
|
||||||
@stack('document_number_td_inside_start')
|
@stack('document_number_td_inside_start')
|
||||||
<span class="border-black border-b border-dashed">
|
<span class="border-black border-b border-dashed">
|
||||||
{{ $item->document_number }}
|
{{ $item->document_number }}
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-5/12 truncate">
|
<x-table.td class="w-5/12">
|
||||||
@if ($item->sub_categories->count())
|
@if ($item->sub_categories->count())
|
||||||
<div class="flex items-center font-bold">
|
<div class="flex items-center font-bold">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
@ -97,7 +97,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-5/12 truncate">
|
<x-table.td class="w-5/12">
|
||||||
@if (! empty($types[$item->type]))
|
@if (! empty($types[$item->type]))
|
||||||
{{ $types[$item->type] }}
|
{{ $types[$item->type] }}
|
||||||
@else
|
@else
|
||||||
@ -105,7 +105,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-2/12 relative">
|
<x-table.td class="w-2/12">
|
||||||
<span class="material-icons text-{{ $item->color }}" class="text-3xl" style="color:{{ $item->color }};">circle</span>
|
<span class="material-icons text-{{ $item->color }}" class="text-3xl" style="color:{{ $item->color }};">circle</span>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-6/12 sm:w-3/12 truncate">
|
<x-table.td class="w-6/12 sm:w-3/12">
|
||||||
{{ $item->code }}
|
{{ $item->code }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
@ -80,7 +80,7 @@
|
|||||||
{{ $item->symbol }}
|
{{ $item->symbol }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-2/12 relative truncate">
|
<x-table.td class="w-2/12">
|
||||||
{{ $item->rate }}
|
{{ $item->rate }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
<x-index.bulkaction.single id="{{ $item->id }}" name="{{ $item->name }}" />
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-5/12 truncate">
|
<x-table.td class="w-5/12">
|
||||||
<x-slot name="first" class="flex" override="class">
|
<x-slot name="first" class="flex" override="class">
|
||||||
<div class="font-bold truncate">
|
<div class="font-bold truncate">
|
||||||
{{ $item->name }}
|
{{ $item->name }}
|
||||||
@ -83,11 +83,11 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-4/12 truncate">
|
<x-table.td class="w-4/12">
|
||||||
{{ $types[$item->type] }}
|
{{ $types[$item->type] }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
<x-table.td class="w-3/12 relative">
|
<x-table.td class="w-3/12">
|
||||||
{{ $item->rate }}
|
{{ $item->rate }}
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user