Tom Butcher tom
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 13:33:04 +00:00
342f770841 Optimize FilterIcon rendering in DashboardBreadcrumb component
9b17253c6d Enhance model filters across various database models to include '_reference' and additional fields
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 13:26:47 +00:00
c043ad7a86 Enhance allowedFilters across multiple routes to include 'createdAt', 'updatedAt', and '_reference' for improved filtering capabilities. This update applies to finance, inventory, management, and sales modules, ensuring consistency and better query handling.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 13:18:09 +00:00
7b926ec409 Update keyboard shortcut hints in ObjectTableNavigationButtons for clarity
f91b011c5e Add keyboard shortcuts to EditButtons for improved editing experience
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 13:13:28 +00:00
dc4a38f391 Refactor KeyboardShortcut component to simplify state management
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 13:10:19 +00:00
2d32c55456 Add filter and sort persistence to multiple dashboard components
ddd48660e0 Refactor Filament and Printer Profiles components to streamline state management and remove unused context
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 13:00:49 +00:00
e4657cc692 Add keyboard shortcuts to ObjectTableNavigationButtons for enhanced navigation
9d3de7bc01 Refactor KeyboardShortcut component for improved key handling and logging
0e0accc115 Update navigation button states across various components to improve user interaction
Compare 3 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 12:31:32 +00:00
c233be5d80 Enhance allowedFilters in printers.js and subjobs.js to include 'state' and '_reference' for improved filtering capabilities. Cleaned up whitespace for better code readability.
664a3a4884 Update allowedFilters in jobs.js to include '_id' and '_reference' for enhanced filtering capabilities in job queries. Cleaned up whitespace for improved code readability.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 12:26:26 +00:00
7606afcf11 Add getObjectNeighbors mock implementation in various test files for improved neighbor retrieval functionality across multiple modules.
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 12:24:39 +00:00
300478b62b Update package.json to specify pnpm as the package manager and add minimumReleaseAge to pnpm-workspace.yaml for improved workspace configuration.
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 12:23:16 +00:00
74c0d8eb52 Refactor propertiesAllowedFilters across various routes to streamline filtering logic. Removed redundant allowedFilters definitions and replaced them with propertiesAllowedFilters for improved query handling in finance, inventory, and management modules.
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 12:20:05 +00:00
1e807beacf Implement neighbors caching and retrieval for various entities in the inventory and finance modules. Introduced new route handlers for fetching neighbors in invoices, payments, tax records, filament stocks, order items, part stocks, product stocks, purchase orders, shipments, stock audits, stock events, stock locations, and stock transfers. Updated allowed filters for improved query capabilities across these routes. Enhanced database.js with caching logic for neighbors, including cache invalidation on object updates.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 12:18:08 +00:00
a2a1c5be5b Add ObjectTableNavigationButtons to various components for improved navigation
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 11:42:12 +00:00
55a2ad2c5f Update Printer model filters to include '_reference' for improved data handling
f05ed39184 Enhance Printers component with session and URL filter/sort persistence
bc465f7202 Integrate TableStateContext for enhanced table state management
Compare 3 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 11:42:12 +00:00
6a9cd2a2ea Refactor Redis integration to use ioredis instead of redis, enhancing performance and compatibility. Updated connection handling and command syntax for improved functionality. Added new dependencies for ioredis and updated mongoose version in package.json.
7a1b85bb19 Updated allowedFilters in printers.js to include '_id' and '_reference' for enhanced filtering capabilities in printer queries. Cleaned up unnecessary whitespace in the file.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 11:19:34 +00:00
84b7197bb9 Enhance ObjectCard and ObjectTable components with skeleton loading support
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-31 23:05:15 +00:00
3c634a90d0 Refactor ObjectCard and ObjectTable components for improved layout and responsiveness
c6ad465ad6 Enhance layout and styling across various components
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-07-31 21:54:46 +00:00
95e02dcd63 Add thumbnail property to User model for image handling
db249d9dc9 Add Part Stock and Product Stock Events sections to Inventory components
f85b176709 Refactor ActivityIndicator and ObjectCard components to utilize Thumbnail for image rendering
a86eee5e6f Add padding to descriptions rows in App.css for improved layout
Compare 4 commits »
tom pushed to main at farmcontrol/farmcontrol-ws 2026-07-28 22:22:58 +00:00
a7d7d0a456 Add sharp to allowed builds in pnpm-workspace.yaml
tom pushed to main at farmcontrol/farmcontrol-ws 2026-07-28 22:21:27 +00:00
e34326b768 Add new dependencies and update package versions in pnpm-lock.yaml
tom pushed to main at farmcontrol/farmcontrol-server 2026-07-28 22:16:10 +00:00
d4f3ba0fca Add pdfjs-dist dependency to package.json and bun.lock