Commit Graph

13 Commits

Author SHA1 Message Date
Brandon Presley 85ea20640d Fix migrations on android 10
Closes #136
2022-12-27 00:29:45 +13:00
Brandon Presley dc27ae9868 Split up dark and light color settings
Previously it was possible to choose a color combination
that was almost impossible to read (due to contrast).
Now we have prevented this from happening, as well as
giving the user more customizability.
2022-11-26 13:15:12 +13:00
Brandon Presley a001760ab0 Just clear users date setting in update-date migration
This switch is probably missing some old ones,
easier to just wipe it.
2022-11-21 17:53:14 +13:00
Brandon Presley 89edc661a4 Replace addColumn with query in add-color
Fixes #106
2022-11-15 17:36:01 +13:00
Brandon Presley 9bfe9737ea Fix lint issues 2022-11-12 16:02:16 +13:00
Brandon Presley c51bfbd852 Use date-fns and detect 12/24 hour device setting
Related to #116
2022-11-12 14:38:39 +13:00
Brandon Presley ae84228913 Remove showSets setting 2022-11-05 17:31:18 +13:00
Brandon Presley 0ed3b9817c Add lighter purple color option 2022-11-02 12:36:48 +13:00
Brandon Presley 58b2990ab2 Ran lint fix on migrations 2022-11-01 20:00:24 +13:00
Brandon Presley e9c2ee743e Make purple the default primary color 2022-11-01 19:22:34 +13:00
Brandon Presley bd6b20fb4e Add migration to drop old migrations table 2022-10-31 18:16:19 +13:00
Brandon Presley 1bc145f60c Allow failure of migrations
Since we are swapping from the old system to this system
sometimes the columns will be already existing.
These errors failing are OK since we haven't changed
any column types before.
2022-10-31 17:21:28 +13:00
Brandon Presley e7321b6d8e Add typeorm migrations 2022-10-31 17:05:31 +13:00