This commit is contained in:
2026-03-01 01:25:22 +03:00
parent f899eb9199
commit d081b3b63c
4 changed files with 249 additions and 5 deletions
@@ -12,6 +12,9 @@ class AdminMenuSG(StatesGroup):
residents = State()
residents_search_input = State()
residents_search_results = State()
residents_filter_select = State()
residents_filter_hours_input = State()
residents_filtered_results = State()
resident_info = State()
resident_logout_confirm = State()
add_hours_select = State()