Tom Butcher tom
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 16:17:05 +00:00
c3cfd0a55e Remove unused DownloadIcon import from About component to streamline code and improve maintainability.
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 15:40:37 +00:00
e6760d3dfc Add SoftwareUpdateIcon component and integrate into About and AppUpdateProgress
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 15:18:41 +00:00
d982b8dfb3 Refactor components to improve logging and ID handling
a2d27c692a Add PrinterControlButtons component for enhanced printer action management
e3544ef2e2 Refactor PrinterPositionPanel and PrinterTemperaturePanel for improved styling and layout
e52798d4ac Enhance printer panels to handle offline state more effectively
f3d6bebc38 Integrate TableStateProvider into App and Dashboard components for enhanced state management
Compare 6 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 14:22:09 +00:00
c0112d61fb Add thumbnail creation call in slicerUploadRouteHandler to generate file thumbnails upon upload. This enhancement improves the user experience by ensuring thumbnails are created for uploaded files.
6b80aee80a Refactor thumbnail creation logic in createFileThumbnails function to handle GCode file types and improve thumbnail source validation. Cleaned up whitespace and enhanced caching logic for better performance in database.js.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2026-08-01 13:46:09 +00:00
6ea5f2848a Add filter and sort persistence to Users component
1efebeeda6 Refactor ObjectTable component for improved readability and styling consistency
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-01 13:33:05 +00:00
6c694d7d48 Add boolean field handling to filtering logic in utils.js
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 »