mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-04 06:53:12 -05:00
feat: ✨ (WIP) base-shoppinglist infra (#911)
* feat: ✨ base-shoppinglist infra (WIP) * add type checker * implement controllers * apply router fixes * add checked section hide/animation * add label support * formatting * fix overflow images * add experimental banner * fix #912 word break issue * remove any type errors * bump dependencies * remove templates * fix build errors * bump node version * fix template literal
This commit is contained in:
6
mealie/schema/query.py
Normal file
6
mealie/schema/query.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from fastapi_camelcase import CamelModel
|
||||
|
||||
|
||||
class GetAll(CamelModel):
|
||||
start: int = 0
|
||||
limit: int = 999
|
||||
Reference in New Issue
Block a user