Commit Graph

15 Commits

Author SHA1 Message Date
1b164aaaf1 Remove loading indicator where load times are fast
If the load time is too fast (on a mid-tier device),
then for most people they will see a flicker of a
loading spinner (which looks like a bug). These indicators
would only marginally improve the experience of people with
the slowest devices, but for most people this will just look
like a bug.

I left the indicators in the InsightsPage since those queries
actually do take >=300ms on a mid-tier device.
2023-11-15 15:53:32 +13:00
ba24649a52 Organize imports 2023-11-15 11:21:49 +13:00
ddceb91211 Add activity indicators to ViewGraph 2023-11-14 15:03:21 +13:00
52f04ad11c Remove old remnants of multiple stack navigators 2023-11-12 17:10:15 +13:00
ef63fcf470 Organize all imports 2023-11-12 17:05:37 +13:00
6754e2a8ae Add two, three and six months to graphs - 1.171 🚀 2023-11-09 14:31:24 +13:00
3e1ea50914 Format code 2023-11-09 13:28:47 +13:00
2428a51a02 Fix ViewWeightGraph - 1.165 🚀 2023-10-26 20:45:50 +13:00
1c10e0f632 Use new chart library in ViewGraph 2023-10-26 12:20:15 +13:00
805f982ccf Add graph button to start plan - 1.164 🚀 2023-10-24 16:24:56 +13:00
44184516f7 Change ViewGraph defaults to ORM > Best > Volume 2023-10-18 12:46:34 +13:00
f778426aba Run prettier
Something happened with the deno formatter,
I can't remember what! Hahahahahaahahaha
2023-08-12 15:23:02 +12:00
e628d345ca Reduce escaping of characters 2023-07-23 14:52:22 +12:00
89606b9d21 Fix type errors related to upgrade 2023-07-15 14:38:46 +12:00
1603496424 Rework Best -> Graphs
I was considering adding weight tracking,
so then this graph page would include body
weight graphs. Meaning it's not really
recording the "best" of anything.
It currently only shows the best on the list
page anyway.
2023-07-04 11:35:52 +12:00