From 7d532298b107df0877ddc02347c0acc13f133b36 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 27 Sep 2022 17:43:50 +1300 Subject: [PATCH] Show dates when searching for a set When someone is looking for their history of an exercise, they need when each set was entered as context. Otherwise it is too hard to figure out which set is from when. Especially if the sets are all the same or similar. Closes #63 --- SetList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/SetList.tsx b/SetList.tsx index cc2e9e13..88cb1a91 100644 --- a/SetList.tsx +++ b/SetList.tsx @@ -66,6 +66,7 @@ export default function SetList() { setSets(newSets); setOffset(0); setEnd(false); + if (search) setDates(true); }, [search, predict]); useFocusEffect(