From bc3a2d8e34469b76f2910addd33db63ac1a05e54 Mon Sep 17 00:00:00 2001 From: sehyunc <41171808+sehyunc@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:48:34 -0800 Subject: [PATCH] add placeholder --- app/stats/charts/time-to-fill-card.tsx | 68 +++++++++++++++++--------- 1 file changed, 45 insertions(+), 23 deletions(-) diff --git a/app/stats/charts/time-to-fill-card.tsx b/app/stats/charts/time-to-fill-card.tsx index a7e7af68..d9da90f9 100644 --- a/app/stats/charts/time-to-fill-card.tsx +++ b/app/stats/charts/time-to-fill-card.tsx @@ -10,6 +10,7 @@ import { Slider } from "@/components/animated-slider" import { useOrderValue } from "@/hooks/use-order-value" import { usePriceQuery } from "@/hooks/use-price-query" +import { cn } from "@/lib/utils" interface TimeDisplayValues { value: number @@ -60,29 +61,50 @@ export function TimeToFillCard() { return (
- setIsSell((prev) => !prev)} - /> - - +
+
+ Use the slider to set an amount and see estimated time to fill +
+
+ setIsSell((prev) => !prev)} + /> + + +
+