feat: added swich for timers_screen; refactor: commented out the non-working code and stubs

This commit is contained in:
Arduinum628
2025-11-30 15:34:49 +03:00
parent 9c3ec5c042
commit 7f0db608f6
3 changed files with 23 additions and 13 deletions

View File

@@ -27,6 +27,7 @@
id: timers_nav
icon: "timer-outline"
text: "Таймеры"
on_release: app.switch_screen(self)
CommonNavigationRailItem:
id: guide_nav

View File

@@ -54,21 +54,21 @@
MDButtonText:
text: "Открыть"
MDButton:
timer_id: root.id
style: "outlined"
size_hint_x: 1
# MDButton:
# timer_id: root.id
# style: "outlined"
# size_hint_x: 1
MDButtonText:
text: "Редактировать"
# MDButtonText:
# text: "Редактировать"
MDButton:
timer_id: root.id
style: "outlined"
size_hint_x: 1
# MDButton:
# timer_id: root.id
# style: "outlined"
# size_hint_x: 1
MDButtonText:
text: "Удалить"
# MDButtonText:
# text: "Удалить"
# Основной экран
<TimersScreen>: