From 17ccd762596fb2d38874c5cca99e649c3a7f6991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Tue, 17 Mar 2026 08:52:41 +0800 Subject: [PATCH] refactor(ui): mini bar row uses mini bar component --- .../views/admin/components/mini_bar_row.blade.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/views/admin/components/mini_bar_row.blade.php b/resources/views/admin/components/mini_bar_row.blade.php index a17cb2d..da476ec 100644 --- a/resources/views/admin/components/mini_bar_row.blade.php +++ b/resources/views/admin/components/mini_bar_row.blade.php @@ -36,11 +36,12 @@ @if($ariaLabel !== '') aria-label="{{ $ariaLabel }}" @endif >
{{ $label }}
-
- -
+ + @include('admin.components.mini_bar', [ + 'role' => $barRole, + 'pct' => $pct, + 'title' => $title, + ]) +
{{ $value }}