• Joined on 2025-04-06
yaro pushed to main at yaro/inventory 2025-07-28 09:41:27 -05:00
193c2aec70 Refactor coffee route to use a new matrix generation function for improved solvability
yaro pushed to main at yaro/inventory 2025-07-28 09:26:30 -05:00
87b5e86c1e Refactor coffee route to accept dynamic level parameter and update template for responsive checkbox matrix
yaro pushed to main at yaro/inventory 2025-07-28 09:11:02 -05:00
e44ee16de0 Add coffee route and template for interactive checkbox matrix
yaro pushed to main at yaro/inventory 2025-07-28 08:32:33 -05:00
7594b66520 Enhance user identifier formatting and improve user organization display with titles
yaro pushed to main at yaro/inventory 2025-07-25 13:25:43 -05:00
cd834e768d Fix user query to use outer join for improved search results
yaro pushed to main at yaro/inventory 2025-07-25 13:21:38 -05:00
f89b825ef0 Add title field to User model and update related views for user management
yaro pushed to main at yaro/inventory 2025-07-25 10:57:26 -05:00
fd148eb484 Replace csv.js with combobox.js for improved combo box functionality
yaro pushed to main at yaro/inventory 2025-07-25 10:44:00 -05:00
bf707dc33f Refactor index.html for improved readability and maintainability of template logic
yaro pushed to main at yaro/inventory 2025-07-25 10:35:43 -05:00
f9089066ec Refactor editor fragment layout for improved readability and maintainability
yaro pushed to main at yaro/inventory 2025-07-25 10:31:56 -05:00
74410e1075 Add defer attribute to editor.js script for improved loading performance
yaro pushed to main at yaro/inventory 2025-07-25 10:30:59 -05:00
57c47d195c Enhance editor functionality with auto-resizing textareas and live markdown preview
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.