mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-10 23:33:41 -07:00
Get Recipes Route Rewrite (#339)
* deprecate old route * auto-gen * recipe card infinite scroll * fix datatable * set hard-limit option * add loader * set scroll on navigation * add auto-import * fix slow initial load * remove console.logs Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
parent
80f8806604
commit
8e4b951ecc
19 changed files with 128 additions and 73 deletions
|
@ -5,7 +5,7 @@
|
|||
v-if="siteSettings.showRecent"
|
||||
:title="$t('page.recent')"
|
||||
:recipes="recentRecipes"
|
||||
:card-limit="siteSettings.cardsPerSection"
|
||||
:hard-limit="siteSettings.cardsPerSection"
|
||||
/>
|
||||
<CardSection
|
||||
:sortable="true"
|
||||
|
@ -13,7 +13,7 @@
|
|||
:key="section.name + section.position"
|
||||
:title="section.name"
|
||||
:recipes="section.recipes"
|
||||
:card-limit="siteSettings.cardsPerSection"
|
||||
:hard-limit="siteSettings.cardsPerSection"
|
||||
@sort="sortAZ(index)"
|
||||
@sort-recent="sortRecent(index)"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue