mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-05 15:33:10 -05:00
feat: more shopping list enhancements (#2587)
* fix new position calculataion
* ensure consistent list item ordering
* fix recipe ref overflow on small screens
* added recipe ref elevation
* tweaked line height (for long notes)
* removed unused user dependency
* remove old shopping list items when there's >100
* 🤷
* cleaned up function generator
* fixed test
* fix potential type error
* made max position calc more efficient
This commit is contained in:
@@ -57,6 +57,7 @@ async def start_scheduler():
|
||||
tasks.purge_password_reset_tokens,
|
||||
tasks.purge_group_data_exports,
|
||||
tasks.create_mealplan_timeline_events,
|
||||
tasks.delete_old_checked_list_items,
|
||||
)
|
||||
|
||||
SchedulerRegistry.register_minutely(
|
||||
|
||||
Reference in New Issue
Block a user