• Joined on 2025-04-06
yaro created branch main in yaro/crudkit 2025-08-26 09:02:14 -05:00
yaro pushed to main at yaro/crudkit 2025-08-26 09:02:14 -05:00
a3e676a0b0 First commit.
yaro created repository yaro/crudkit 2025-08-26 08:48:25 -05:00
yaro pushed to main at yaro/inventory 2025-08-25 10:12:00 -05:00
30ec29d497 Refactor user route: remove eager loading from list_users function and enhance default_select to support eager loading with skip relations
yaro pushed to main at yaro/inventory 2025-08-22 15:01:08 -05:00
91e1e5051a Update refresh URL handling in combobox and dropdown fragments to include 'per_page' parameter; modify count_for function to accept session for improved efficiency.
yaro pushed to main at yaro/inventory 2025-08-21 16:16:09 -05:00
f3f4493698 Enhance table pagination: update URL building for server-side pagination, improve refresh logic, and add pagination metadata handling in response headers.
yaro pushed to main at yaro/inventory 2025-08-21 15:17:33 -05:00
220bd3e4b6 Add count_for to defaults import in blueprint.py
yaro pushed to main at yaro/inventory 2025-08-21 15:16:03 -05:00
c4400764e5 Refactor table data fragment and enhance pagination support in list_items function
yaro pushed to main at yaro/inventory 2025-08-21 14:49:13 -05:00
ce4164d77c Refactor dynamic_table macro: remove rows parameter, simplify tbody handling, and add pagination support
yaro pushed to main at yaro/inventory 2025-08-21 14:43:10 -05:00
cc7cef6145 Update entry routes for user and worklog templates to use 'user_item' and 'worklog_item' respectively
yaro pushed to main at yaro/inventory 2025-08-21 12:00:24 -05:00
e0129e8246 Fix owner URL in inventory headers and remove unused fields variable in table template
yaro pushed to main at yaro/inventory 2025-08-21 11:57:42 -05:00
79d94ff950 Enhance table rendering functionality: refactor headers and rows handling, add dynamic table support, and implement refresh capabilities. Update related templates and JavaScript for improved data management.
yaro pushed to main at yaro/inventory 2025-08-21 09:28:06 -05:00
1e05ad16ce Implement label rendering functionality and integrate it into worklog template; add label.js for dynamic label updates
yaro pushed to main at yaro/inventory 2025-08-20 14:27:20 -05:00
a61b56ddf2 Add row and table template global functions; implement caching and data retrieval for multiple fields
yaro pushed to main at yaro/inventory 2025-08-20 14:10:49 -05:00
09cfcee8b3 Add caching functions and enhance item retrieval in templates; implement dynamic field selection for list items
yaro pushed to main at yaro/inventory 2025-08-20 09:26:08 -05:00
7e24aa0585 Refactor Editor component to streamline initialization and enhance refresh functionality; add new default_values method for improved data retrieval in defaults module.
yaro pushed to main at yaro/inventory 2025-08-19 16:24:38 -05:00
21dc8c71fc Add refresh_url and field_name parameters to update rendering in worklog template
yaro pushed to main at yaro/inventory 2025-08-19 16:22:49 -05:00
42b87d08cc Rename dynamic_editor macro to render_editor for consistency across templates
yaro pushed to main at yaro/inventory 2025-08-19 16:20:04 -05:00
22dfc8411a Enhance dynamic editor functionality by adding refresh_url and field_name parameters
yaro pushed to main at yaro/inventory 2025-08-19 16:10:59 -05:00
7ad86cf53f Remove duplicate updateUrl assignment in Editor function