Commit Graph

12 Commits

Author SHA1 Message Date
f778426aba Run prettier
Something happened with the deno formatter,
I can't remember what! Hahahahahaahahaha
2023-08-12 15:23:02 +12:00
4303fe2cc4 Use deno fmt instead of prettier 2023-06-27 15:16:59 +12:00
ffbefe7a4f Add feature to edit last set from plan
If you are working through a plan, and accidentally
save an incorrect set (e.g. 100 reps instead of 10),
now you can long tap the item, and press edit. This
is slightly easier than swapping back over to the
home page to edit the set. Also since I reused the
same EditSet component this wasn't very much work.
2022-11-02 12:58:57 +13:00
bc7aca03e8 Remove semicolons from line endings 2022-10-31 17:22:08 +13:00
e6dcd4a47e Use hermes engine
https://reactnative.dev/docs/hermes
2022-10-28 18:36:47 +13:00
80b1a1ef56 Fix single views for new custom headers 2022-10-23 19:13:58 +13:00
e0b84af9e7 Move sessions page functionality onto Plan page
The sessions page mostly copied the exact same features as Plans,
which would confuse the user.
2022-10-12 14:07:48 +13:00
39fafa353f Split out some type definitions into their own files 2022-09-24 18:47:31 +12:00
e72cdc8db7 Make plans use stack navigation 2022-07-11 12:28:30 +12:00
cba57e6e64 Use callbacks everywhere 2022-07-10 11:51:52 +12:00
dbb3dc2eb3 Fix linting errors 2022-07-09 13:27:19 +12:00
45c3029434 Change page naming scheme to ${word}Page 2022-07-08 15:20:03 +12:00