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

@@ -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>: