add edit step + do recipe in main view, added carousel for recipe selection

This commit is contained in:
2026-03-12 22:57:15 +01:00
parent 90257a62a0
commit d5dacb8fc4
21 changed files with 1052 additions and 279 deletions

View File

@@ -0,0 +1,4 @@
from .item import ListItem
from .base import SelectableList
from .list_view import ListView
from .carousel import CarouselView