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

@@ -1,4 +1,5 @@
from .number import NumberView
from .circle import CircleView
from .timer import TimerView
from .text import TextView
from .main_view import MainView