Commit Graph

18 Commits

Author SHA1 Message Date
Brandon Presley a9486727b2 Ran dart fix --apply 2023-11-30 13:02:50 +13:00
Brandon Presley 19f9dd9b3b Remove circular progress indicators
Our app is so fast these will look like bugs to flicker
in front of the user.
2023-11-30 10:37:50 +13:00
Brandon Presley c5a209d41e Change settings button name from Import to Import sets 2023-11-30 10:27:23 +13:00
Brandon Presley 98991a3d02 Replace database import with CSV import 2023-11-29 16:57:19 +13:00
Brandon Presley 7642c6faf2 Ran dart fix 2023-11-29 13:01:11 +13:00
Brandon Presley a383ebfe34 Clear sound value when importing database
The file will no longer exist.
2023-11-28 14:54:36 +13:00
Brandon Presley 4097a79205 Move migration logic in settings_page into databasse 2023-11-11 15:12:37 +13:00
Brandon Presley de926bce0e Move settings fields from camelCase to snake_case 2023-11-10 18:32:37 +13:00
Brandon Presley 83da62b5d9 Apply super.key linting suggestions 2023-11-10 17:09:20 +13:00
Brandon Presley 11eff63314 Update gym_set schema 2023-11-10 16:16:12 +13:00
Brandon Presley 0a7675797b Add basic database import button
Still need to make sure we move across sets -> gym_sets
since moor won't let me use sets as a table name.

Moor doesnt like me having a class called sets with a property
called sets.
2023-04-17 11:51:35 +12:00
Brandon Presley b58b877bb0 Add search to settings page 2023-04-13 17:23:26 +12:00
Brandon Presley ea1cb1da76 Add sound picker 2023-04-13 15:10:09 +12:00
Brandon Presley 3ff136f758 Get alarm working 2023-04-11 13:14:26 +12:00
Brandon Presley 4d3de751f3 Fix searching on home page 2023-04-11 11:41:10 +12:00
Brandon Presley 84837de3de Add missing const 2023-04-09 14:44:06 +12:00
Brandon Presley d558a8f5ad Use moor as a ORM for the settings page 2023-04-09 14:39:41 +12:00
Brandon Presley 03eaa16842 Split up routes 2023-04-07 11:50:02 +12:00