Commit graph

16 commits

Author SHA1 Message Date
Yaro Kasear
76d2799e05 Refactor ComboBoxWidget and settings form: remove unused handleComboAdd function, enhance form state serialization, and improve room option handling 2025-07-03 10:38:29 -05:00
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
e8483c859b 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:38:39 -05:00
Yaro Kasear
6a0dd75f10 Enhance debugging and logging in settings and toast rendering; add JSON parsing output and improve toast container handling 2025-07-02 10:48:31 -05:00
Yaro Kasear
398800b681 Enhance toast notifications and improve settings form submission; implement async handling and error reporting for better user feedback 2025-07-02 09:46:18 -05:00
Yaro Kasear
543494120c Refactor entity synchronization logic in Area, Brand, Item, RoomFunction, and Room models; improve ID handling and streamline foreign key resolution in settings 2025-06-25 11:23:33 -05:00
Yaro Kasear
7833c4828b 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
Yaro Kasear
acacf39f8e Refactor code structure; improve organization and readability across multiple files 2025-06-23 14:51:21 -05:00
Yaro Kasear
347baaa12e Refactor settings logic; streamline brand and item type creation, enhance ComboBoxWidget integration for improved usability 2025-06-23 10:13:22 -05:00
Yaro Kasear
c6fc1a4795 Refactor .gitignore; add patterns for SQLite database files and improve ignored file management
Enhance app initialization; set secret key from environment variable for better security practices

Update work_log model import; change User import path for improved module structure

Refactor routes; add new inventory item creation route and enhance settings handling with JSON form state

Improve ComboBoxWidget; add handleComboAdd function for better option management and integrate with render_combobox macro

Revamp settings template; implement form state management and improve modal functionality for room creation

Add error template; create a new error handling page for better user feedback
2025-06-23 10:05:31 -05:00
Yaro Kasear
86a4e4d22f Refactor room addition logic; streamline new room creation and sorting in settings template for improved clarity and functionality 2025-06-20 12:49:55 -05:00
Yaro Kasear
3c9806bd34 Refactor ComboBoxWidget; enhance createOption and sortOptions functions, update onAdd parameter in render_combobox macro for improved usability and maintainability 2025-06-20 11:55:36 -05:00
Yaro Kasear
b182e30c43 Refactor combo box integration; streamline onAdd, onRemove, and onEdit parameters in render_combobox macro for improved functionality and readability 2025-06-20 10:02:40 -05:00
Yaro Kasear
d3a9b6dbd5 Refactor icon rendering; update render_icon macro to accept extra_class parameter and adjust button icons in combobox for better state management 2025-06-20 09:10:14 -05:00
Yaro Kasear
ec08dd8ef1 Enhance settings page; add room management functionality with combo box integration and update rendering logic for improved usability 2025-06-18 15:36:34 -05:00
Yaro Kasear
ad413c3f1b Enhance settings page; integrate combo box widgets for brands, types, sections, and functions, and add pencil icon for editing functionality 2025-06-18 14:13:16 -05:00