From 9a326a44ab88779747160df52c06872cd6bcdddb Mon Sep 17 00:00:00 2001 From: Marsn3 Date: Sat, 15 Feb 2025 06:51:13 +0100 Subject: [PATCH] Add placeholder for search --- src/QuoteList.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/QuoteList.tsx b/src/QuoteList.tsx index cad5a86..e823850 100644 --- a/src/QuoteList.tsx +++ b/src/QuoteList.tsx @@ -44,15 +44,20 @@ export default function QuoteList() { return ( //TODO: Add Quote source selection
-
+
+

|

+
+ +
+

|

{loading ? (

Loading...

) : ( //TODO: Replace div with styled QuoteInfo component