Commit Graph

177 Commits

Author SHA1 Message Date
Christopher C. Wells c4ba2562e8 Add servings data to recipe picker results 2021-01-31 14:25:30 -08:00
Christopher C. Wells 00b7d7f3f7 Hide ingredient search results when there is no input 2021-01-31 14:23:54 -08:00
Christopher C. Wells 3695810fe7 Don't show typed tag when exact match is found 2021-01-31 14:20:54 -08:00
Christopher C. Wells cfa9e2c1eb Ensure tags persist from old form data 2021-01-31 14:17:11 -08:00
Christopher C. Wells d8ddaf611d Use node cloning instead of `x-for` for journal entry lines 2021-01-31 13:50:49 -08:00
Christopher C. Wells 76f29739e7 Prevent overwriting entry data on form error 2021-01-30 14:11:29 -08:00
Christopher C. Wells 7f3ed5b704 Update nutrition label styling 2021-01-28 15:00:07 -08:00
Christopher C. Wells fc4e7a5fb5 Support "servings" unit and require unit 2021-01-27 08:46:12 -08:00
Christopher C. Wells 9cae200c0f Set parent route active for all sub-routes 2021-01-27 06:01:42 -08:00
Christopher C. Wells bc77f923a2 Remove edit links from index views 2021-01-27 05:57:57 -08:00
Christopher C. Wells 6baf888d4f Add source and notes fields to foods 2021-01-27 05:51:38 -08:00
Christopher C. Wells ca55a0d6ec Add data to recipe view 2021-01-27 05:43:43 -08:00
Christopher C. Wells 746b061a8d Check for detail before adding to ingredient name 2021-01-25 20:27:43 -08:00
Christopher C. Wells b83366f2d2 Improve mobile usability of journal pages 2021-01-25 20:25:27 -08:00
Christopher C. Wells ed1f69c96f Fix load more behavior 2021-01-25 07:36:32 -08:00
Christopher C. Wells a575622c9c Improve mobile usability in forms 2021-01-25 07:31:38 -08:00
Christopher C. Wells 536b2236f7 Remove unused welcome and dashboard artifacts 2021-01-25 05:47:02 -08:00
Christopher C. Wells 1c63cc9a7e Add placeholder for food show page 2021-01-24 21:11:41 -08:00
Christopher C. Wells 354e73ef67 Prevent exception on empty tags field 2021-01-24 21:06:12 -08:00
Christopher C. Wells d1c66924ea Add "manual" journal entry option 2021-01-24 18:56:03 -08:00
Christopher C. Wells 089b2edab2 Prefill journal entry values with previous entry data 2021-01-24 16:10:52 -08:00
Christopher C. Wells 35f386d681 Add backend support for multiple dates/meals in journal entry 2021-01-24 15:24:03 -08:00
Christopher C. Wells 309ec6810c Move date and meal fields to each line (WIP)
Frontend only, no backend support yet.
2021-01-24 13:07:42 -08:00
Christopher C. Wells 7526138ad2 Add search/load support to recipes 2021-01-23 21:55:21 -08:00
Christopher C. Wells 2a6549c6d2 Fix edit link in Foods list 2021-01-23 21:35:45 -08:00
Christopher C. Wells ae626e5392 Add search and filtering to food index 2021-01-23 16:16:15 -08:00
Christopher C. Wells 3101c34071 Add ingredient picker support to journal entry form 2021-01-23 10:33:25 -08:00
Christopher C. Wells 333abbb8f5 Link to recipe show from recipe ingredients 2021-01-23 10:33:25 -08:00
Christopher C. Wells 983b7695dd Add support for recipe recipe ingredients 2021-01-23 10:33:25 -08:00
Christopher C. Wells ff829d9d8d Use `x-spread` for ingredients picker JS 2021-01-23 10:33:25 -08:00
Christopher C. Wells 670d6127ca Refactor Recipe to support IngredientAmount (WIP)
Only Food IngredientAmounts are supported currently.
2021-01-23 10:33:25 -08:00
Christopher C. Wells 13f1302132 Add initial Recipe support to ingredient picker (WIP)
A new class it likely needed here -- IngredientAmount -- to support either a
Food or a Recipe.
2021-01-23 10:33:25 -08:00
Christopher C. Wells 0aa2267e3b Refactor journal entry form fields structure 2021-01-22 21:11:19 -08:00
Christopher C. Wells fe868a1a08 Handle step deletes 2021-01-22 21:11:19 -08:00
Christopher C. Wells acdd89c192 Handle ingredient deletes 2021-01-22 21:11:19 -08:00
Christopher C. Wells 9f180b9b62 Refactor ingredients field structure 2021-01-22 21:11:19 -08:00
Christopher C. Wells 0c0febed6c Add support frontend support for removing steps (WIP)
Step numbers not working. No backend support yet.
2021-01-22 21:11:19 -08:00
Christopher C. Wells f499e5ffb7 Add support for old values in recipe form 2021-01-22 21:11:19 -08:00
Christopher C. Wells cec27ff0b0 Add frontend ingredient remove elements (WIP)
No backend support yet. Old values are not supported in the form.
2021-01-22 21:11:19 -08:00
Christopher C. Wells b53a76939a Remove Livewire 2021-01-22 21:11:19 -08:00
Christopher C. Wells f2864b76dc Complete AlpineJS-based ingredient picket 2021-01-22 21:11:19 -08:00
Christopher C. Wells cb7483ae06 Begin work on non-livewire ingredient picker (WIP)
This commit is mostly a PoC and looks like it will work in place of the
initial Livewire-based component for a repeatable picker.
2021-01-22 21:11:19 -08:00
Christopher C. Wells 856bfb39b9 Refactor ingredients for ingredient add (WIP)
Currently non-functional as the livewire component does not work inside an
Alpine template.
2021-01-22 21:11:19 -08:00
Christopher C. Wells 372753887f Add ability to add steps to recipe 2021-01-22 21:11:19 -08:00
Christopher C. Wells e68dac7f55 Complete initial food picker component 2021-01-22 21:11:19 -08:00
Christopher C. Wells f48249d9e5 Refactor as food-specific picker 2021-01-22 21:11:19 -08:00
Christopher C. Wells 18d15db375 Add basic livewire picker (WIP) 2021-01-22 21:11:19 -08:00
Christopher C. Wells 9a60dbbe6e Add ability to delete journal entries 2021-01-18 13:30:12 -08:00
Christopher C. Wells 195ca1648d Move session message and errors to app layout 2021-01-18 09:23:31 -08:00
Christopher C. Wells 70c9396d0f Add `source` field to Recipe model 2021-01-18 09:22:08 -08:00
Christopher C. Wells f974806b15 Add `detail` field to Food Amount model 2021-01-18 08:59:55 -08:00
Christopher C. Wells afe2bdafe0 Enforce lower case for food and recipe names 2021-01-18 06:05:21 -08:00
Christopher C. Wells e00373790d Fix sizing of nutrient entry fields 2021-01-18 05:47:12 -08:00
Christopher C. Wells ab28efba52 Add recipe edit support (WIP)
Not possible to remove existing ingredients or steps.
2021-01-15 20:14:35 -08:00
Christopher C. Wells f3f2dd8b6f Check for NULL before fraction conversion 2021-01-15 18:52:51 -08:00
Christopher C. Wells 81f590515d Add support for fractional data entry 2021-01-15 06:09:21 -08:00
Christopher C. Wells 4249457769 Increase preset recipe ingredients and steps 2021-01-15 04:53:31 -08:00
Christopher C. Wells 03f9d5395a Make recipe description and units fields optional 2021-01-15 04:53:02 -08:00
Christopher C. Wells 5513c2b37c Add food delete form 2021-01-04 20:28:40 -08:00
Christopher C. Wells f389ebe594 Add food edit form 2021-01-04 06:08:12 -08:00
Christopher C. Wells dbb752d73c Add journal entry add support (WIP) 2021-01-02 15:13:55 -08:00
Christopher C. Wells 3bc346848c Add support for optgroups in select lists 2021-01-02 15:13:12 -08:00
Christopher C. Wells 784bc490dc Add basic food show view 2021-01-01 20:00:55 -08:00
Christopher C. Wells 2e3db25388 Style journal view 2021-01-01 19:50:42 -08:00
Christopher C. Wells c1ddb061df Add basic journal entries index (WIP) 2021-01-01 15:05:36 -08:00
Christopher C. Wells dd40582b64 Update food views for servings data 2020-12-31 15:32:26 -08:00
Christopher C. Wells 2dd92c8d3a Refactor "ingredients" as "foods" 2020-12-30 15:06:22 -08:00
Christopher C. Wells 7aab49a3cb Add recipe show view 2020-12-30 14:48:50 -08:00
Christopher C. Wells 545e4c0b5e Add recipe list view 2020-12-30 14:00:04 -08:00
Christopher C. Wells 198a32a915 Add step support to recipe create form 2020-12-30 13:23:41 -08:00
Christopher C. Wells f8c6f81e60 Allow null values for ingredients 2020-12-30 11:57:08 -08:00
Christopher C. Wells d4e3658294 Add support for set number of recipe ingredient amounts 2020-12-30 11:27:38 -08:00
Christopher C. Wells a04be37acb Start Recipe controller (WIP) 2020-12-30 08:30:14 -08:00
Christopher C. Wells c12796cb28 Add Ingredients index view 2020-12-29 10:33:36 -08:00
Christopher C. Wells 9026ee9240 Create Ingredient create form 2020-12-23 14:54:54 -08:00
Christopher C. Wells cccc2d2760 Install and init `laravel/breeze` 2020-12-22 22:28:35 -08:00
Christopher C. Wells dbc7ad9c32 Initial commit -- Laravel base app 2020-12-21 09:46:31 -08:00