Commit Graph

1311 Commits

Author SHA1 Message Date
Brandon Presley 1a2d7a27a0 Fix navigation type in WorkoutList 2023-11-06 15:02:29 +13:00
Brandon Presley 2f4574f231 Fix icons in EditWorkouts 2023-11-06 15:02:20 +13:00
Brandon Presley add8b01e4c Remove unused code from TimerPage 2023-11-06 15:00:52 +13:00
Brandon Presley 5d45d33572 Fix dev bug for navigation after adding a set
The previous code worked fine in production,
but gave a development error in the logs.
2023-11-06 14:29:00 +13:00
Brandon Presley 3d54f61a2c Move time.ts -> days.ts 2023-11-06 14:27:27 +13:00
Brandon Presley 744ed928f0 Fix timer page flashing 00:00 on first navigate 2023-11-04 13:53:19 +13:00
Brandon Presley 9cd205686f Remove redundant code from SetList 2023-10-28 16:12:37 +13:00
Brandon Presley 54596a5fc3 Add special screen for viewing sets from plan 2023-10-28 16:10:52 +13:00
Brandon Presley e8ee4a253e Migrate from Drawer -> Stacks to Stack -> Drawer
This simplifies our codebase greatly by
only having a single stack navigator and
a single drawer navigator. Previously we had
a stack navigator for every main page on the drawer.
2023-10-28 15:59:25 +13:00
Brandon Presley b4154b336f Change pie chart colors 2023-10-28 15:18:47 +13:00
Brandon Presley 589efb56bd Rename AppBarChart -> AppPieChart
Because it is a pie chart not a bar chart...
2023-10-28 15:11:41 +13:00
Brandon Presley 347423698d Fix navigating to view graph from start plan - 1.167 🚀 2023-10-27 17:23:27 +13:00
Brandon Presley c3f44fba03 Change style of insights page 2023-10-27 12:36:56 +13:00
Brandon Presley 915f09848b Auto focus new weight value 2023-10-27 12:36:41 +13:00
Brandon Presley 7ea91eeca9 Add most active hours of the day to insights - 1.166 🚀 2023-10-26 21:36:32 +13:00
Brandon Presley 32da68e905 Handle entering multiple weights in a single day
The graph would otherwise use I believe the first entry?
Now we use the average.
2023-10-26 21:11:56 +13:00
Brandon Presley 39b87ba932 Add explanation dialog to most active days 2023-10-26 21:02:25 +13:00
Brandon Presley 2428a51a02 Fix ViewWeightGraph - 1.165 🚀 2023-10-26 20:45:50 +13:00
Brandon Presley 541e8741e8 Replace/Remove all references to yarn -> npm 2023-10-26 20:32:22 +13:00
Brandon Presley 1d13cb9c5d Change select style 2023-10-26 20:30:41 +13:00
Brandon Presley 717c07d512 Fix font color of app bar chart 2023-10-26 18:53:01 +13:00
Brandon Presley e0b2adbb66 Use outlined icons for routes 2023-10-26 18:49:56 +13:00
Brandon Presley 1c10e0f632 Use new chart library in ViewGraph 2023-10-26 12:20:15 +13:00
Brandon Presley f28406b4c4 Move add 1 min button to left side fab 2023-10-26 12:20:04 +13:00
Brandon Presley e106d2475b Add period selectors for insights page 2023-10-25 10:21:21 +13:00
Brandon Presley a176036c33 Warn when weight loss is faster than 1% a week 2023-10-25 09:51:55 +13:00
Brandon Presley f61109cea3 Add insights page 2023-10-24 21:32:31 +13:00
Brandon Presley b1d77cbdce Swap yarn for npm
Got pissed that yarn keeps timing out
2023-10-24 21:07:21 +13:00
Brandon Presley 805f982ccf Add graph button to start plan - 1.164 🚀 2023-10-24 16:24:56 +13:00
Brandon Presley ab107793e4 Change style of weight items
- Make them smaller
- Bold+underline current day weight
2023-10-24 16:16:59 +13:00
Brandon Presley cb5aa72552 Submit weight after entering value 2023-10-24 16:16:42 +13:00
Brandon Presley 28250f1862 Only get set options once for EditSet menu 2023-10-21 14:45:20 +13:00
Brandon Presley 80dc5d2b63 Make start plan increment buttons hover - 1.163 🚀 2023-10-21 14:43:38 +13:00
Brandon Presley a35aba7b97 Add select button to EditSet - 1.162 🚀
Closes #173
2023-10-21 13:24:14 +13:00
Brandon Presley ff7cd2fe54 Add weight page 2023-10-21 11:57:31 +13:00
Brandon Presley 7928cab4c1 Swap to using MaterialCommunityIcons 2023-10-19 18:28:56 +13:00
Brandon Presley 12dfa923e5 Add delete button to edit set - 1.161 🚀 2023-10-19 17:58:34 +13:00
Brandon Presley 38167a47b9 Add log to plan list 2023-10-19 17:47:22 +13:00
Brandon Presley b508df0680 Emit event after saving many sets 2023-10-19 17:40:55 +13:00
Brandon Presley a3b376badb Use events for gym set CRUD 2023-10-18 19:06:13 +13:00
Brandon Presley cfcc15600c Prevent workouts jitter 2023-10-18 13:18:32 +13:00
Brandon Presley 44184516f7 Change ViewGraph defaults to ORM > Best > Volume 2023-10-18 12:46:34 +13:00
Brandon Presley c88642b2ef Fix home page adding sets - 1.160 🚀 2023-10-18 10:45:40 +13:00
Brandon Presley 4cca538d74 Fix listing workouts from plan page 2023-10-18 10:17:50 +13:00
Brandon Presley 90006d3b82 Only show loading on GraphsList on pull-down 2023-10-18 09:59:46 +13:00
Brandon Presley 22f5f3c9ee Only show loading on pull-down for SetList 2023-10-18 09:56:09 +13:00
Brandon Presley b4f6f12b1a Update bundle 2023-10-14 14:31:59 +13:00
Brandon Presley edf54d047e Fix production error with undefined settings - 1.159 🚀 2023-10-14 10:56:46 +13:00
Brandon Presley 9867dee514 Simplify explanation toast for sound disabling - 1.158 🚀 2023-10-14 10:50:58 +13:00
Brandon Presley 57883266b8 Hide rest timers on Workouts when alarms are off
Closes #172.
2023-10-14 10:46:22 +13:00