Commit Graph

79 Commits

Author SHA1 Message Date
43a55c8c82 Fix bug when ingredients have no name 2023-10-18 21:46:07 +01:00
d09eb64a41 Change step deletion confirmation 2023-10-18 21:30:17 +01:00
8bbbc1b9ef Change remove ingredient confirmation 2023-10-18 21:09:33 +01:00
2f0929e90e Merge pull request #2539 from srwareham/hide-step-ingredients
Added option: Hide step ingredients
2023-08-24 10:33:57 +02:00
6785033a21 Add step-level configuration whether an ingredients table should be shown. User-level default added to settings 2023-08-23 21:46:09 -07:00
c18386b9b5 fixed copied ingredients being linked together 2023-07-22 12:59:31 +02:00
ce02a23dbb fixed quick ingredient import in recipe editor 2023-06-29 17:13:53 +02:00
60f31608b9 added recipe properties 2023-05-06 19:14:25 +02:00
f0f12ca83f removed use_plural space setting
remove because i dont see the need and it was causing issues
2023-02-24 23:32:30 +01:00
b1ad5ef205 Add option to space to enable plural name usage
* Add option to space to enable usage of plural name
  for food and unit per space

* Respect option per space to use the plural name
2022-11-11 18:15:57 +01:00
9994b6f9c2 Add plural name for unit and food
Add an optional plural name for unit and food.
Additional options to show always the plural name for unit and food
for an ingredient is added.
2022-11-11 18:15:57 +01:00
16d0fc38f9 improved paste ingredient function to retain order and add to correct step 2022-11-09 14:01:03 +01:00
730344e326 duplicate ingredient to correct location 2022-10-01 19:27:09 +02:00
7e6b1d3638 added move and copy buttons to ingredient 2022-10-01 19:25:18 +02:00
cad93b2dd1 equal button styling in editor 2022-09-19 07:32:51 +02:00
ba235b26b7 fixed make header not removing food/unit/amount 2022-09-09 18:18:29 +02:00
9ef21241bf markdown editor adjustments 2022-08-01 17:13:44 +02:00
ce1f55ffd1 settings wip 2022-07-15 17:12:01 +02:00
e91790f5ac added ability to mark recipes as private 2022-07-13 15:46:39 +02:00
d9d0676bed temporarily disable table button in mavon editor 2022-07-01 11:58:28 +02:00
f1d54675c3 allow editing recipe source filed 2022-06-28 06:17:43 +02:00
b057b6006c add debounce to food search on recipe edit 2022-06-26 12:54:08 +02:00
f92a62da4e improved header show/hide for step name 2022-06-26 12:47:40 +02:00
27c695a393 allow disabling of ingredient overview 2022-06-26 12:36:37 +02:00
6c122e4ed0 fixed autofocus on markdown editor 2022-06-16 16:21:35 +02:00
1836056bd1 Recipe edit icons on mobile 2022-06-15 17:33:03 +02:00
356dec636f fixed ingredient paste and plan share serialize 2022-06-14 21:48:17 +02:00
b365f9adc1 Merge pull request #1829 from astappiev/fixes
Some minor visual fixes
2022-06-14 21:03:00 +02:00
f768aef0b9 fixed some breaking changes due to dependency updates 2022-05-30 21:42:30 +02:00
ab446590a2 fix: add some space in multi-row lists of elements on mobile 2022-05-29 17:02:21 +02:00
3478ff17f8 fix: recipe's step header out of view on mobile in edit mode 2022-05-29 16:56:13 +02:00
dea83b5720 fixed duplication of values in recipe editor 2022-05-11 19:31:44 +02:00
d9ebe3e0fb fixed original text rendering in recipe edito view 2022-05-11 19:25:48 +02:00
4f33101319 fixed empty step time error 2022-04-29 21:57:05 +02:00
30d5587fbe added err msg to all standard toasts 2022-04-23 01:41:08 +02:00
e4223787be updated standard toast function 2022-04-23 01:31:15 +02:00
c4f5b160a6 show original text in recipe editor 2022-04-22 21:05:23 +02:00
5bd9a15e4b small fixes 2022-04-04 20:11:22 +02:00
486d197854 allow marking recipe as food 2022-03-06 23:12:59 -06:00
8ea882e5b3 Merge branch 'develop' into improvement/multiselect_localization 2022-03-01 15:55:27 +01:00
47723673d0 Multiselect controls are now fully localized in RecipeEditView 2022-02-28 20:28:41 +01:00
429d381f63 Auto selects amount of ingredient when adding new ingredient. 2022-02-28 19:43:37 +01:00
e52054e732 retain original text when parsing ingredients 2022-02-21 09:47:27 -06:00
6a73ac0a33 fixed editor leave warning 2022-02-17 15:20:42 +01:00
21c6f819a0 start counting at zero 2022-02-16 14:19:58 -06:00
5f3d5afc37 typo 2022-02-16 14:18:23 -06:00
57dec86b06 handle empty ingredient list when pasting 2022-02-16 14:17:41 -06:00
d68a89a32c catch empty lines in paste_ingredients 2022-02-16 14:07:56 -06:00
8b94bf1333 retain order of pasted ingredients 2022-02-16 13:22:53 -06:00
ad6d99800e include note from ingredient API 2022-02-16 08:35:04 -06:00