This commit is contained in:
2026-03-04 01:43:20 +03:00
parent 9b004c3a86
commit e796a5bfdd
10 changed files with 179 additions and 610 deletions
@@ -17,6 +17,7 @@ class AdminMenuSG(StatesGroup):
residents_filter_hours_input = State()
residents_filtered_results = State()
resident_info = State()
resident_history = State()
resident_logout_confirm = State()
resident_delete_confirm = State()
resident_rebind_floor = State()
@@ -41,6 +42,7 @@ class AdminMenuSG(StatesGroup):
rooms_select_floor = State()
rooms_list = State()
room_info = State()
room_history = State()
room_delete_confirm = State()
room_add_hours_select = State()
room_remove_hours_select = State()