style(design): FINDING-009 — 비용 빈 상태에 다음 행동 안내 추가

'없습니다'로 끝나던 빈 상태에 '워커를 켜고 검색을 돌리면 채워집니다'
안내를 붙여 사용자가 다음 행동을 알 수 있게.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
민헌 2026-07-13 22:58:51 +09:00
parent 1006ad11ea
commit 74fce19be9

View File

@ -56,7 +56,7 @@ export default function Costs() {
<Card title="시간별 검색원가" hint="AI vs 프록시 대역폭">
{cost.isPending && <Loading />}
{cost.data && buckets.length === 0 && <Empty>기간 내 완료된 검색이 없습니다</Empty>}
{cost.data && buckets.length === 0 && <Empty>기간 내 완료된 검색이 없습니다 — 워커를 켜고 검색을 돌리면 채워집니다</Empty>}
{buckets.length > 0 && (
<>
<ResponsiveContainer width="100%" height={220}>