Michael Genson
ae8ea16dab
lint
2024-02-23 19:17:08 +00:00
Michael Genson
478a4e5d73
fixed showAll centering and added to recipe dialog
2024-02-23 19:11:28 +00:00
Michael Genson
44cd2fef1c
fixed trailing quote
2024-02-23 18:58:47 +00:00
Michael Genson
f9b71f4b4c
translated owner string
2024-02-23 18:00:58 +00:00
Michael Genson
7ca50b63f9
moved settings under list contents
2024-02-23 18:00:13 +00:00
Michael Genson
62adc920a9
added settings to shopping list to change user
2024-02-23 17:54:50 +00:00
Michael Genson
8e5ea1df5e
added "show all" toggle on list of shopping lists
2024-02-23 17:07:43 +00:00
Michael Genson
3d4405cd42
order shopping lists alphabetically
2024-02-23 16:03:56 +00:00
Jurriaan Den Toonder
4d2363ea22
Add shopping list items using the enter key ( #3118 )
...
* Enables shopping list items being saved upon enter key press in notes field
Related to: https://github.com/mealie-recipes/mealie/discussions/3114
* Enter key press is caught in note field in ShoppingListItemEditor
* The create editor now stays open after saving a food item to a shopping list,
to allow keyboard-only interaction with the shopping list
* Prevent empty shopping list items from being added
Related to: https://github.com/mealie-recipes/mealie/discussions/3114
An item is considered empty when the foodId is not set, and no note is set.
This is only handled frontend, the backend still accepts empty items.
---------
Signed-off-by: Jurriaan Den Toonder <1493561+Fastjur@users.noreply.github.com>
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
2024-02-19 10:29:45 -06:00
Michael Genson
ea7005e822
feat: Shopping List Editor Improvements ( #3178 )
...
* modify new item factory to default to zero qty and use last isFood value
* automatically set the label of an item when choosing a food
* fix when switching to a food with no label
* removed trivial type annotation
* more lint
* removed debug log
2024-02-19 06:59:03 +11:00
boc-the-git
ba4eddccd9
Merge branch 'mealie-next' into feat-frontend-access-controll
2024-02-18 20:15:40 +11:00
boc-the-git
83887e3c37
Set recipe rating ( #3175 )
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
2024-02-15 10:57:02 -06:00
Kuchenpirat
058d968833
Merge branch 'mealie-next' into feat-frontend-access-controll
2024-02-13 18:44:01 +01:00
Kuchenpirat
aebf229b86
Merge branch 'mealie-next' into feat--dragable-items-in-ingredient-parser
2024-02-13 11:30:48 +01:00
Kuchenpirat
4be23ccffb
🧹
2024-02-13 08:23:13 +00:00
Kuchenpirat
a12ee536d9
remove animation
2024-02-12 12:28:06 +00:00
Kuchenpirat
97d5439a4f
add animation (bit buggy)
2024-02-12 11:42:36 +00:00
Kuchenpirat
c94a1d7c17
add ghost
2024-02-12 11:41:44 +00:00
Kuchenpirat
0e0dfbf014
Refactor ingredient-parser component to include draggable functionality
2024-02-12 09:59:19 +00:00
Kuchenpirat
3317e061a8
add user reset email functionality
2024-02-10 12:51:38 +00:00
Kuchenpirat
1450d6fc4c
fix password reset link not shown ( #3142 )
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
2024-02-10 11:09:21 +00:00
Kuchenpirat
704d0a8392
Merge branch 'mealie-next' into feat-frontend-access-controll
2024-02-07 18:22:55 +01:00
Michael Genson
f42114e966
feat: Redirect Logged Out Users to Default Group, If It's Public ( #2772 )
...
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* add default group slug to app info if public
* redirect public user to default group
* added tests
---------
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
2024-02-07 07:53:55 -09:00
Kuchenpirat
813a124250
Merge branch 'mealie-next' into feat-frontend-access-controll
2024-02-05 11:47:14 +01:00
Kuchenpirat
52c58e1dc0
feat: bulk deletion on "Manage Data" page ( #3056 )
...
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* labels bulk delete
* add foods
* bulk delete units
* add categories
* add tags
* add tools
* update translations
* fix types for text
* fix reactivity for stores
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2024-02-04 12:55:14 -06:00
Kuchenpirat
67b7fb007b
feat: Cookbook Create & Delete Improvements ( #2902 )
...
* add delete dialog
* put editor into component
* return data on createCookbook store action
* verry basic dialog with create & cancel functions
* 🧹
* cleanup
* add translation
* add dialog-closed to BaseDialog
* update delete dialog messaging
* use cancel instead of dialog-closed
2024-02-04 07:15:25 -09:00
Kuchenpirat
a04b6983e7
Merge branch 'mealie-next' into feat-frontend-access-controll
2024-02-02 17:27:58 +01:00
Kuchenpirat
6beea06a41
show group settings option only to users that can manage the group
2024-02-02 16:17:38 +00:00
Kuchenpirat
e75b5f2f15
add shopping lists
2024-02-02 16:00:18 +00:00
Kuchenpirat
c9acc48bd6
add group reports
2024-02-02 15:56:26 +00:00
Kuchenpirat
f4df68a9e2
restrict access to /group pages
2024-02-02 15:36:10 +00:00
Kuchenpirat
4cee8ea879
add can manage restriction
2024-02-02 15:14:48 +00:00
Kuchenpirat
e7f5a4adff
move middleware for manage data page to parrent component
2024-02-02 14:58:39 +00:00
Kuchenpirat
0301713214
add auth and group only to groupSlug pages
2024-02-02 14:45:30 +00:00
Kuchenpirat
88529457bf
🧹
2024-02-01 07:50:34 +00:00
Kuchenpirat
890b5d93a7
access controll coobook index page
2024-02-01 07:50:09 +00:00
Kuchenpirat
c3f7ad8954
chore: delete unused file ( #3089 )
2024-01-31 10:10:59 -09:00
Kuchenpirat
7dafa6c7fe
add access controll to user pages
2024-01-31 15:25:21 +00:00
Kuchenpirat
19e776a772
manage-data pages
2024-01-31 10:33:05 +00:00
Kuchenpirat
6097440781
Merge branch 'mealie-next' into chore-update-build-link-to-org
2024-01-31 10:51:56 +01:00
Kuchenpirat
208608b32e
chore update build link to org
2024-01-31 09:49:58 +00:00
Michael Genson
e1cd2717d3
fix: Update Group Slug When Updating Group ( #3084 )
...
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend and End-to-End Tests (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
* added slug update hook to group updates
* added test
* force refresh if group slug changes
* added alert if something goes wrong
2024-01-30 18:41:37 +00:00
boc-the-git
d2188508fc
Merge branch 'mealie-next' into mealie-next
2024-01-24 16:37:32 +11:00
boc-the-git
3a9fd11344
Merge branch 'mealie-next' into fix-site-maintenance-missing-words
2024-01-22 20:45:13 +11:00
Kuchenpirat
62dffb622f
fix missing words in site maintenance
2024-01-22 08:05:44 +00:00
Kuchenpirat
6acadbc52b
Fix conditional check in createBackup function ( #3006 )
2024-01-19 09:10:31 -06:00
Michael Genson
1e4fde88ed
feat: Add Suggestion To Use Bulk URL Import ( #2852 )
...
* fixed warning
* re-arranged menu options
* fixed broken link
* added bulk url suggestion
* simply bulk import url var
---------
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
2024-01-09 14:37:22 +00:00
Kuchenpirat
71b3989eec
fix manageData Label delete Prompt
2024-01-04 12:00:21 +00:00
Michael Genson
ca9f66ee24
feat: Remove OCR Support ( #2838 )
...
* remove ocr package
* remove tesseract
* remove OCR from app
* remove OCR from tests
* fix docs
2023-12-14 17:26:43 -09:00
boc-the-git
b13d66108d
Merge branch 'mealie-next' into mealie-next
2023-12-12 21:32:26 +11:00