7296ee73b8
Refactor ObjectForm component to adjust the order of merging form data, ensuring objectData takes precedence over value for improved data consistency during updates.
2026-07-04 22:03:08 +01:00
092b9ff4e4
Enhance ObjectProperty and ObjectChildTable components by introducing parentData prop for improved data handling in nested structures. Update related functions to utilize parentData for better context in calculations and rendering.
2026-07-04 20:20:17 +01:00
bdb2327aac
Refactor ObjectProperty component to replace DatePicker with TimeEdit for enhanced time expression handling. Introduce TimeEdit component for flexible time input, supporting relative time expressions and improved user interaction.
2026-07-04 17:33:59 +01:00
62805b0d6a
Implement search functionality in ObjectSelect component, allowing users to filter selectable tree nodes. Update ApiServerContext to include searchObjects method for backend integration. Adjust state management for search operations and enhance user interaction with keyboard navigation support.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-07-04 16:43:23 +01:00
612b250529
Enhance DashboardSidebar with SimpleBar for improved scrolling experience and adjust CSS for sidebar styling. Set body overflow to hidden to prevent background scrolling.
2026-07-04 15:59:47 +01:00
02b0d245ff
Adjust margin properties in DashboardNavigation and DashboardWindowButtons components for improved layout consistency and spacing.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-24 00:32:58 +01:00
657c1dd17e
Add expandHeight prop to various Dashboard components for improved layout flexibility
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-22 01:48:12 +01:00
0e8f4506cc
Update padding in DashboardNavigation component to enhance layout consistency and improve user interaction.
2026-06-21 23:45:03 +01:00
991c10d48a
Refactor DashboardNavigation and WebAppSwitcher components to improve layout and user interaction. Adjust padding in DashboardNavigation and replace Tooltip with KeyboardShortcut in WebAppSwitcher for enhanced accessibility and streamlined code.
2026-06-21 23:40:45 +01:00
457c427928
Add payment management features to Finance dashboard, including AuthorisePayment, DeclinePayment, and CancelPayment components for handling payment actions. Update PaymentInfo to integrate new modals for these actions and enhance Payment model to support new states and attributes, improving overall payment processing functionality.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-06-21 22:32:51 +01:00
90204e4f10
Numerious fixes.
2026-06-21 20:19:22 +01:00
1b8f0b1445
Update DashboardNavigation to include notificationCenterVisible state, enhancing conditional rendering for navigation layout.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-21 19:46:18 +01:00
01be1ab29a
Update ObjectChildTable to use dynamic 'bordered' property based on 'minimal' prop for improved layout flexibility.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-21 19:19:54 +01:00
8109b8dce2
Added software update menu tag.
2026-06-21 19:14:10 +01:00
0a5563b2a7
Add WebAppSwitcher component and related icons; update config for web app URLs
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-21 16:57:33 +01:00
4363f08f50
Implemented about page.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-21 13:19:09 +01:00
39111d81c8
Switch to recharts.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-06-21 02:14:22 +01:00
bb0249976e
Fixed margin top.
2026-06-20 23:28:04 +01:00
bef3e47d29
Update RSS Feed label in ExportListButton for clarity
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-20 23:10:34 +01:00
6cc3fdb0ce
Added minimal object child table with modal popup.
2026-06-20 23:10:10 +01:00
27f5989eb8
Added splitter to filter sidebar.
2026-06-20 22:56:07 +01:00
476a01eafb
Fixed warnings and bugs.
2026-06-20 22:36:48 +01:00
8f369d777d
Fixed product SKUs.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-20 22:27:17 +01:00
133adece5f
Implemented RSS support.
2026-06-20 22:06:02 +01:00
15ce7123a2
Implemented electron view menu.
2026-06-20 02:32:52 +01:00
fb9454d8e0
Refactor Stock Transfers and Management Components
...
- Adjusted width of Stock Transfers modal for better UI consistency.
- Enhanced New Stock Transfer form with default transfer name generation and improved validation handling.
- Added Product Categories to Management Sidebar and updated routing for better navigation.
- Implemented delete functionality in Host Info component.
- Improved User Info layout for mobile responsiveness and added ObjectProperty component for better data display.
- Updated FileUpload and FileList components to support minimal display mode.
- Enhanced ObjectTable with subscription filtering and improved rendering logic.
- Added new properties and filters to Stock Transfer and Product models for better data management.
2026-06-14 23:51:45 +01:00
7a5ea5416b
Numerious fixes.
2026-05-17 19:11:25 +01:00
f289bbb6b2
Improved missing placeholder.
2026-05-16 22:14:27 +01:00
6725b1c399
Enhance ObjectCard component to include state visibility condition and adjust line height for improved readability.
2026-03-22 00:09:15 +00:00
b4512a1948
Improved card design for object table.
2026-03-22 00:02:17 +00:00
17da8a4407
Added better listing and listing varient support.
2026-03-21 21:39:03 +00:00
8e393e229f
Implemented market places.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-13 23:32:23 +00:00
af063f7acc
Implemented filter sidebar.
farmcontrol/farmcontrol-ui/pipeline/head Build queued...
2026-03-13 22:51:32 +00:00
847e593154
Themed wizard view steps.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-13 20:22:36 +00:00
3f9da22b58
Minor performance improvements.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-13 19:47:26 +00:00
88674f0d6e
Fixed update bug causing pointless http calls.
2026-03-13 19:40:14 +00:00
b1590c7adc
Added better spacing.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-09 02:47:07 +00:00
aa2e7b85ed
Refactor MarkdownDisplay and MarkdownInput components for improved rendering and user experience. Adjust spacing in NoteItem for better layout consistency.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-09 01:29:59 +00:00
bfbec30a75
show close on new child note.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-09 01:01:08 +00:00
a05b863906
Improved spacing.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-09 00:57:03 +00:00
12b9abd0aa
Add enhanced markdown editing functionality. Update MarkdownInput and MarkdownDisplay components for improved user experience. Refactor NoteInfo component to include content display and enhance layout with collapsible sections.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-09 00:40:13 +00:00
6870320ab4
Implemented materials.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-08 01:28:09 +00:00
6d1946b91a
Added missing SKUs.
2026-03-08 01:07:29 +00:00
52fd0ebd63
Enhance FilePreview and FileUpload components with error handling and minimal display option. Refactor AuthContext to improve user info retrieval and session management.
2026-03-07 20:32:02 +00:00
835db6e49f
Enhance UserProfilePopover component by adding a Card wrapper for the user icon, improving visual presentation and layout. Refactor icon action filtering for better readability.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-07 19:44:10 +00:00
b5dd009d1a
Refactor FileUpload component to ensure onChange is called consistently after file selection, improving state management for file uploads.
2026-03-07 19:43:59 +00:00
775393dfd1
Add user profile popover and logout icon; refactor dashboard navigation
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-07 19:22:21 +00:00
fd968bb2b5
Implemented better address handling.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-07 14:05:23 +00:00
112cbb5ce8
Implemented product stocks.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-07 13:37:26 +00:00
9b3de96be3
Rollup bug fix.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-07 00:10:49 +00:00