mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
Refactor/group page (#666)
* refactor(backend): ♻️ Refactor base class to be abstract and create a router factory method * feat(frontend): ✨ add group edit * refactor(backend): ✨ add group edit support Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
9b1bf56a5d
commit
990244e37e
37 changed files with 749 additions and 196 deletions
|
@ -29,9 +29,7 @@ def test_update_group(api_client: TestClient, api_routes: AppRoutes, admin_token
|
|||
"name": "New Group Name",
|
||||
"id": 2,
|
||||
"categories": [],
|
||||
"webhookUrls": [],
|
||||
"webhookTime": "00:00",
|
||||
"webhookEnable": False,
|
||||
"webhooks": [],
|
||||
"users": [],
|
||||
"mealplans": [],
|
||||
"shoppingLists": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue