Commit Graph

21 Commits

Author SHA1 Message Date
fd66bd3ab3 Remove date related logic
This kept displaying the wrong date/time for certain timezones.
So i'll just show the actual ISO date we store in the database.
Maybe later i'll figure out what was going on here or use a
date library (probably not).
2022-08-20 16:38:18 +12:00
9e80df7865 Add toggle for showing dates in Set list 2022-08-08 15:34:33 +12:00
400718356c Default unit to kg in SetItem 2022-08-08 15:14:47 +12:00
0fd414c232 Remove date from right of item 2022-07-21 13:53:34 +12:00
bdd712833c Reduce number of colors in theme 2022-07-15 18:06:33 +12:00
f2283669f8 Close menu on copy 2022-07-11 13:03:57 +12:00
e72cdc8db7 Make plans use stack navigation 2022-07-11 12:28:30 +12:00
8311f5098c Fix linting errors 2022-07-11 00:06:48 +12:00
f15c6df20b Use stack navigation for homepage + EditSet 2022-07-11 00:04:13 +12:00
5f840e6d83 Remember previous add set 2022-07-10 16:22:19 +12:00
7ff0e1c8de Fix copying homepage 2022-07-10 16:09:15 +12:00
4faad97c13 Add missing deps to callbacks 2022-07-10 11:54:23 +12:00
cba57e6e64 Use callbacks everywhere 2022-07-10 11:51:52 +12:00
880fc976bc Fix all lint errors 2022-07-09 13:48:45 +12:00
60bfb9664f Fix copy button for set on homepage 2022-07-08 18:21:14 +12:00
b12b41b77e Factor out MassiveFab 2022-07-08 14:59:19 +12:00
218a4e2b88 Remove ellipsis buttons from every Set
The home screen must be as clutter-free
as possible.
2022-07-08 14:34:32 +12:00
376ca81e09 Reduce amount of state used by EditSet and Home 2022-07-08 13:51:14 +12:00
1d68ba86f5 Remove useFocusEffect
It was lagging the app out.
2022-07-07 15:13:44 +12:00
570b43715f Ensure only one connection to SQLite exists 2022-07-07 14:18:38 +12:00
c928da0122 Add delete dropdown to sets in homepage 2022-07-04 23:35:15 +12:00