No description
Find a file
yaro b3fb7e9fd8 revert e8483c859b
revert revert 6a0dd75f10

revert Enhance debugging and logging in settings and toast rendering; add JSON parsing output and improve toast container handling
2025-07-03 09:39:27 -05:00
models Refactor models to implement ValidatableMixin; add validation logic for state management in Area, Brand, Item, Room, and RoomFunction classes 2025-06-25 14:52:49 -05:00
static revert e8483c859b 2025-07-03 09:39:27 -05:00
templates Remove debug logging for room options in settings form 2025-07-03 09:30:04 -05:00
utils Refactor models to implement ValidatableMixin; add validation logic for state management in Area, Brand, Item, Room, and RoomFunction classes 2025-06-25 14:52:49 -05:00
.gitignore Refactor code structure; improve organization and readability across multiple files 2025-06-23 14:51:21 -05:00
__init__.py Refactor .gitignore; add patterns for SQLite database files and improve ignored file management 2025-06-23 10:05:31 -05:00
app.py Initial commit. 2025-06-11 09:10:41 -05:00
config.py Refactor configuration; enhance quote function type hints, improve database URI setup for SQLite, and add BASE_DIR for better path management 2025-06-20 13:55:50 -05:00
requirements.txt Refactor application configuration; implement dynamic database URI setup based on environment variables for improved flexibility and maintainability 2025-06-20 13:48:03 -05:00
routes.py revert e8483c859b 2025-07-03 09:39:27 -05:00
temp.py Implement sync_from_state methods for Area, Brand, Item, RoomFunction, and Room models; enhance entity management and foreign key resolution in settings 2025-06-25 09:31:05 -05:00