Commit graph

154 commits

Author SHA1 Message Date
broodjeaap89
bff604b09d added optional images to pizza recipes, that are displayed in the pizza recipe widget 2021-09-25 16:18:30 +02:00
broodjeaap89
2504c1632b added check to avoid opening the same page again, but it doesn't work... 2021-09-25 15:52:24 +02:00
broodjeaap89
b08b900f31 added popping of nav drawer when going to another page from it 2021-09-25 15:34:09 +02:00
broodjeaap89
37258ec2a0 removed debug print statements 2021-09-25 15:32:41 +02:00
broodjeaap89
57ce64fc2b added page to view the archived pizza events 2021-09-24 20:50:00 +02:00
broodjeaap89
3f2278aa7e fixed hiveName for PizzaEvent entity 2021-09-24 20:49:40 +02:00
broodjeaap89
192488b2e6 added home link to nav drawer 2021-09-24 20:34:05 +02:00
broodjeaap89
d697fdb7ef also switched hive box access to static const strings in the (entity) classes 2021-09-24 20:25:04 +02:00
broodjeaap89
fa912bfdf9 fixed bug in new recipe page 2021-09-24 20:16:00 +02:00
broodjeaap89
603a2f2aa3 removed 'code' recipe, just sticking with yamls 2021-09-24 19:45:48 +02:00
broodjeaap89
49307b7a28 cleaned up some unused imports 2021-09-24 19:45:07 +02:00
broodjeaap89
0d9fc454d4 switched to static const strings for route names on each page class 2021-09-24 19:42:18 +02:00
broodjeaap89
1b9741fe51 archive button is not available if the pizza event is in the future 2021-09-14 21:36:45 +02:00
broodjeaap89
f7bc15d18a a button is shown on the pizza event page when a recipe step is due and not yet completed 2021-09-14 21:28:04 +02:00
broodjeaap89
453926e6d3 normalize ingredient ratios to add up to 1 2021-09-14 21:05:22 +02:00
broodjeaap89
231b83ba17 added 'dir' recipe url, not sure if I like it, maybe just do single recipes... 2021-09-14 20:55:04 +02:00
broodjeaap89
2f821c7e09 fixed up url pizza fetch page, with ValueNotifier 2021-09-14 19:43:59 +02:00
broodjeaap89
8cdfed1946 updated url recipe page 2021-09-13 21:43:27 +02:00
broodjeaap89
a82ad9f375 added loading of pizza recipe yaml from url 2021-09-12 17:35:44 +02:00
broodjeaap89
24c2497b66 fixed a linting warning 2021-09-09 21:47:38 +02:00
broodjeaap89
93bb696988 added loading of pizza yaml from local storage 2021-09-09 21:47:27 +02:00
broodjeaap89
8927136761 added sharing of recipes 2021-09-09 20:51:53 +02:00
broodjeaap89
67edbfc472 added unfocus of search text input 2021-09-09 20:28:17 +02:00
broodjeaap89
3c3dfe706a added search to recipes page 2021-09-09 19:58:54 +02:00
broodjeaap89
215365847f added archiving/deleting of events 2021-09-07 21:49:40 +02:00
broodjeaap89
2888504b4d fixed linting warnings in util.dart 2021-09-07 21:48:26 +02:00
broodjeaap89
ac3f008a8c removed the inkwell from the pizza event widget 2021-09-07 21:38:04 +02:00
broodjeaap89
c1d1595d8c generated hive code for last commit 2021-09-07 21:30:58 +02:00
broodjeaap89
11c05e785a added 'archived' and 'deleted' fields to pizza event entity, rebuild hive 2021-09-07 21:30:33 +02:00
broodjeaap89
20e40ebe00 added toYaml method on pizza recipe to be used for recipe export later 2021-09-07 21:21:56 +02:00
broodjeaap89
5080945de6 'fixed' deleting recipes in a hacky way, because of a bug in the Hive package ? 2021-09-07 20:08:14 +02:00
broodjeaap89
6361255e45 renamed add/edit route 2021-09-06 20:52:11 +02:00
broodjeaap89
7f91f3f17f renamed add recipe page to edit recipe page 2021-09-06 20:49:38 +02:00
broodjeaap89
a70f561eaa added confirm dialog when saving a recipe 2021-09-06 20:45:56 +02:00
broodjeaap89
2048c88d0c added long press on pizza recipes page to edit existing recipes 2021-09-05 17:48:21 +02:00
broodjeaap89
de9e5f8ba6 added page(s) to create a recipe 2021-09-05 17:42:20 +02:00
broodjeaap89
af0be6fe8b moved to a wrapped scaffold, to get some consistency and one place to add the nav drawer 2021-09-05 13:35:56 +02:00
broodjeaap89
618712d7cc in between commit while adding add recipe page 2021-09-04 17:23:20 +02:00
broodjeaap89
653d417222 refactor for the pizza event widget 2021-09-04 14:56:21 +02:00
broodjeaap89
bfa5c2beba refactored the way to get to the pizza recipe page 2021-09-04 14:53:12 +02:00
broodjeaap89
d5219256d1 missed some in last commit.... 2021-09-04 14:03:44 +02:00
broodjeaap89
dfd8b97f26 fixed linting warning to main.dart 2021-09-04 14:01:36 +02:00
broodjeaap89
e388a7140e fixed linting warnings in the rest of the dart code 2021-09-03 17:54:40 +02:00
broodjeaap89
ff2dd7b3d6 fixed linting warnings for the add pizza event page 2021-09-03 17:44:15 +02:00
broodjeaap89
6e331625cb missing ingredient entity from last commit 2021-09-03 17:34:23 +02:00
broodjeaap89
26d18d7818 fixed all the linting errors in the entities 2021-09-03 17:33:38 +02:00
broodjeaap89
eacfd10580 applied standard linting to project, renamed all files to fit lower_case_names, and fixed some implicit type conversions that are now errors to get the project working again
todo: go through project and fix all the warnings
2021-08-31 21:45:36 +02:00
broodjeaap89
5ba0b8a2ad added to todo 2021-08-31 21:39:10 +02:00
broodjeaap89
44c830ab7e changed widths of columns on the pizza event page, so that 'bought' wasn't being clipped 2021-08-31 21:17:02 +02:00
broodjeaap89
5d7e480376 added rumble/vibration to notification page 2021-08-31 21:03:13 +02:00