476a01eafb
Fixed warnings and bugs.
2026-06-20 22:36:48 +01:00
cb24c6ff48
Refactor authentication session management in Electron by replacing keytar with electron-store for session persistence. Update package dependencies and remove keytar references from the workspace configuration.
2026-06-20 03:53:52 +01:00
15ce7123a2
Implemented electron view menu.
2026-06-20 02:32:52 +01:00
f50949a192
Implemented dev support for session status.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-20 01:34:06 +01:00
49dca65470
Implemented session status.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-20 00:33:46 +01:00
de72d1f554
Enhance ApiServerProvider to validate model name before processing filters.
2026-06-19 21:39:32 +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
17da8a4407
Added better listing and listing varient support.
2026-03-21 21:39:03 +00:00
3f9da22b58
Minor performance improvements.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-13 19:47:26 +00:00
6870320ab4
Implemented materials.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-08 01:28:09 +00:00
04d26600fd
Refactor NotificationContext to simplify notification fetching logic by removing redundant useEffect. Update condition checks for authenticated and notificationCenterVisible to use strict equality.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-07 20:32:11 +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
845b330242
Fixed border radius.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-07 20:00:39 +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
62f0e047e2
Enhance notification drawer responsiveness by adjusting width based on mobile screen size.
2026-03-06 23:43:03 +00:00
e4255443a0
New number calculator functionality.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-06 23:38:30 +00:00
1558e93b63
Improved UI for export options.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-03 01:20:22 +00:00
4a03b7bfd4
Added excel support.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-03 01:01:31 +00:00
1e2adb2b28
Implemented multiple app passwords.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-02 01:58:34 +00:00
9470adbb8a
Improved notifications.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-03-01 19:21:10 +00:00
2fc077504e
Fixed build warnings.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-01 02:21:27 +00:00
f446bb22be
Fixed infinite loop.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-01 02:19:40 +00:00
2622fae555
Implemented notifications.
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
2026-03-01 01:42:27 +00:00
664bd7751f
Fixed depreciated setting.
2025-12-27 16:16:30 +00:00
7e1ec9f3ae
Removed development logging.
2025-12-27 15:19:09 +00:00
f6986a45cd
Fixed all warnings.
2025-12-27 15:06:02 +00:00
f83069a7fb
Add updateMultipleObjects and sendObjectFunction methods to ApiServerContext
...
- Implemented updateMultipleObjects for batch updates of objects via PUT request.
- Added sendObjectFunction to invoke specific functions on objects with POST requests.
- Enhanced error handling for both methods to retry on failure.
2025-12-27 13:47:45 +00:00
b3c5357064
Enhance color theme in HistoryDisplay and ThemeContext
...
- Updated color mapping in HistoryDisplay to include new colors: cyan, pink, purple, magenta, and volcano.
- Added corresponding color definitions in ThemeContext for improved theme customization.
2025-12-27 13:46:58 +00:00
5e7e9510fb
Refactored electron code and added spotlight feature.
2025-12-14 22:11:23 +00:00
5f33ed69fb
Refined interval calculation in ApiServerProvider to adjust polling frequency based on time range, introducing new thresholds for intervals over 1, 2, and 3 days.
2025-12-09 02:10:23 +00:00
f2036a7a69
API stats implementation.
2025-12-08 23:03:20 +00:00
0a1540325b
Updated colours to match theme.
2025-12-08 23:03:04 +00:00
4995d37aa2
Removed console.log statements from various components to clean up the code and improve performance.
2025-12-07 02:38:39 +00:00
13bbcbe50e
Added tax rates, tax records and minor style improvements.
2025-12-03 23:35:30 +00:00
6f46587f5e
Added ref spotlight lookup.
2025-12-03 13:11:39 +00:00
2e8f627c83
Updated object select to use better child handling with API mods.
2025-12-03 00:06:43 +00:00
05d7864da8
A lot of UI fixes updated packages etc.
2025-12-02 18:29:09 +00:00
8198f6a607
Increased border radius
2025-11-29 01:25:33 +00:00
2190da21ba
Fixed auth retry
2025-11-29 01:25:24 +00:00
87a6198173
Now uses ApiContext
2025-11-29 01:25:13 +00:00
df85d99aaf
Implemented DocumentPrinters and DocumentJobs
2025-11-29 01:24:57 +00:00
e4b8f52e6b
Add downloadTemplatePDF function to ApiServerContext for PDF downloading and implement formatFileName utility for safe filename generation
2025-11-24 03:33:11 +00:00
657d6a5c6e
Added PDF preview to ApiServerContext
2025-11-23 13:26:31 +00:00
caa67cd111
Fixed auth not remembering user is logged in.
2025-11-17 18:44:42 +00:00
48631c98c3
Refactor file handling and update API methods for improved file management. Renamed fetchObjectContent to fetchFileContent, updated related function calls, and enhanced file preview capabilities. Removed unused components and optimized imports.
2025-11-16 17:02:15 +00:00
f0cb4b3b83
Add ApiContextDebug component for API server debugging and testing functionality; removed PrintServerContextDebug component.
2025-09-05 23:17:08 +01:00
4d01a6a04f
Overhaul printer control 1.
2025-08-31 21:29:00 +01:00
c38ed74f21
Fixed auth not removing session token.
2025-08-30 23:39:01 +01:00
71c83f6147
Fixed ws updating.
2025-08-30 23:38:51 +01:00
5f20f81a2c
Using cross-env and fixed login error handling.
2025-08-23 22:04:39 +01:00