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