Overview
Build the PercentileRow component — a horizontal strip displaying all eleven percentile fee values from the latest Horizon data.
Acceptance Criteria
Notes
- The percentile fields (
p10–p99) come from the backend which maps Horizon's non-standard response fields — do not assume p25/p75 exist
Overview
Build the
PercentileRowcomponent — a horizontal strip displaying all eleven percentile fee values from the latest Horizon data.Acceptance Criteria
src/app/components/dashboard/PercentileRow.tsx{ percentiles: PercentileFees | null; isLoading: boolean }p10 p20 p30 p40 p50 p60 p70 p80 p90 p95 p99FeeStats.percentiles(the corrected Horizon field mapping)Notes
p10–p99) come from the backend which maps Horizon's non-standard response fields — do not assume p25/p75 exist