refactor: update inventory history button to primary variant with a 'Lihat' tooltip.

This commit is contained in:
Yoga Pangestu 2026-02-12 09:24:11 +07:00
parent 9f15960d59
commit 5b8f89f693

View File

@ -41,11 +41,12 @@
{{ formatCurrencyNumber($item->total_stock) }}
</flux:table.cell>
<flux:table.cell align="end">
<flux:button size="sm" variant="ghost" icon="clock"
href="{{ route('studio.stock.inventory_history.show', ['type' => $item->type, 'hash' => $item->hash]) }}"
wire:navigate>
Riwayat
</flux:button>
<flux:tooltip content="Lihat">
<flux:button size="sm" variant="primary" icon="clock"
href="{{ route('studio.stock.inventory_history.show', ['type' => $item->type, 'hash' => $item->hash]) }}"
wire:navigate>
</flux:button>
</flux:tooltip>
</flux:table.cell>
</flux:table.row>
@empty