• Joined on 2025-04-06
yaro pushed to main at yaro/inventory 2025-07-25 10:16:01 -05:00
16959b8e2f Implement EditorWidget for dynamic textarea resizing and content rendering
yaro pushed to main at yaro/inventory 2025-07-25 09:58:42 -05:00
ded5ff6ddb Remove unused table index from WorkNote model and update DropdownWidget to enhance button styling on click
yaro pushed to main at yaro/inventory 2025-07-25 09:46:52 -05:00
e91af64c1c Enhance DropdownWidget with search and click handling functionality for improved user interaction
yaro pushed to main at yaro/inventory 2025-07-25 09:22:43 -05:00
2b72158375 Add DropdownWidget for enhanced dropdown functionality and improved event handling
yaro pushed to main at yaro/inventory 2025-07-25 08:43:14 -05:00
028cb84fed Refactor image fragment to improve code readability and maintainability
yaro pushed to main at yaro/inventory 2025-07-25 08:42:29 -05:00
d488324c50 Add ImageWidget for image upload and deletion functionality with toast notifications
8710c09917 Implement Toast utility for consistent toast notifications across the application
Compare 2 commits »
yaro pushed to main at yaro/inventory 2025-07-24 16:03:10 -05:00
e5755066c3 Refactor prettify_or_minify_html_response to comment out minification logic for clarity and maintainability.
2b6d94c766 Refactor config to set DEBUG based on environment variable for better configuration management.
Compare 2 commits »
yaro pushed to main at yaro/inventory 2025-07-24 13:56:07 -05:00
19ce49cc55 Refactor dropdown fragment to enhance button functionality and improve clear button visibility.
yaro pushed to main at yaro/inventory 2025-07-24 11:34:37 -05:00
c92afad9fd Remove console log statements from dropdown fragment for cleaner code.
yaro pushed to main at yaro/inventory 2025-07-24 11:32:33 -05:00
8418f06c57 Refactor dropdown fragment to remove max-height from dropdown content for improved display.
yaro pushed to main at yaro/inventory 2025-07-24 11:26:14 -05:00
01c891b903 Enhance dropdown component by adding overflow handling and improving search input styling for better usability.
yaro pushed to main at yaro/inventory 2025-07-23 15:48:32 -05:00
e96150a92b Remove unnecessary blank lines in search.html for cleaner code structure.
yaro pushed to main at yaro/inventory 2025-07-23 15:26:52 -05:00
608cb8281b Fix alert styling and ensure consistent formatting in user results table rendering.
yaro pushed to main at yaro/inventory 2025-07-23 12:49:08 -05:00
50786cf41f Refactor user form to replace select elements with dropdown rendering for supervisor and location, enhancing consistency and maintainability.
yaro pushed to main at yaro/inventory 2025-07-23 09:48:07 -05:00
be9e4afb4d Initialize WSGI application by importing and creating the app instance.
yaro pushed to main at yaro/inventory 2025-07-23 09:42:12 -05:00
5e3f211dc0 Fix CSV export filename handling by removing redundant '.csv' extension in download attribute.
yaro pushed to main at yaro/inventory 2025-07-22 13:04:58 -05:00
9242ce6eab Refactor brand and item models to introduce 'identifier' property for consistency; update dropdown rendering in templates to utilize new properties and improve input handling.
yaro pushed to main at yaro/inventory 2025-07-22 12:40:48 -05:00
8631e4082c Fix dropdown button styling by ensuring consistent border and background colors based on enabled state.
yaro pushed to main at yaro/inventory 2025-07-22 12:36:35 -05:00
b0de4561bf Enhance dropdown functionality in worklog template by adding contact selection and enabling/disabling based on log completion status; refactor contact ID handling for consistency.
yaro pushed to main at yaro/inventory 2025-07-22 12:00:49 -05:00
69a4a19587 Enhance dropdown functionality by adding onclick event to dropdown items for better item selection; improve search input handling for filtering options.
462c077681 Refactor user, room, and inventory models to replace 'full_name' property with 'identifier' for consistency; update related templates and routes accordingly.
Compare 2 commits »