Tom Butcher tom
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 19:04:43 +00:00
9ef02304fe Add restart stage to app update process
30f0ac1559 Refactor app update process and restart handling
Compare 2 commits »
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 18:45:58 +00:00
4caa7a4bd1 Refactor single instance and deep link handling
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 18:40:21 +00:00
37113b1b41 Implement enhanced window management for Windows platform
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 18:37:15 +00:00
fb81cfedd2 Enhance single instance management and deep link processing
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 18:31:56 +00:00
813b43595b Update DashboardNavigation to include a vertical divider between logos
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 18:16:47 +00:00
6dad9c820c Enhance single instance management and deep link processing
3b28aa4308 Add application menu structure for macOS and Windows
Compare 2 commits »
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 17:43:37 +00:00
40ccacc9a8 Refactor single instance management and deep link handling
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 17:36:37 +00:00
1c8fc51db2 Update window management for Windows platform
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 15:25:13 +00:00
611cd4aad5 Implement single instance management and enhance deep link handling
1b77428a8a Fix button order in DashboardWindowButtons component for consistent window management display
Compare 2 commits »
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 15:21:02 +00:00
d0345fd7f3 Enhance window management for macOS and Windows
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 14:57:59 +00:00
8e3ce20bb6 Add macOS traffic light controls and enhance window management
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 13:17:01 +00:00
c334781689 Refactor Windows MSI installer sequence for improved action flow
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 13:15:08 +00:00
7150639908 Remove media queries for color scheme in preload.css to simplify styling. This change eliminates the background color definitions for dark and light modes, streamlining the CSS for the loader component.
655e1803ff Update macOS vibrancy styles for improved background opacity and add navigation wrapper styles
Compare 2 commits »
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 12:10:49 +00:00
884f66cc4c Refactor Windows MSI installer sequence for improved uninstall handling
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 12:05:32 +00:00
a8339aa9f8 Enhance macOS window effects validation and build process
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 11:50:33 +00:00
8d9455eaa9 Refine macOS vibrancy styles and enhance layout structure
805361516e Enhance macOS window effects and improve Electrobun integration
f6978f44b2 Enhance Electrobun integration and pre-build process
Compare 3 commits »
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 01:53:50 +00:00
f59000778e Refactor Windows MSI installer configuration for improved uninstall handling
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 01:52:33 +00:00
b1ca3818e3 Enhance DashboardNavigation component with drag-and-drop support
tom pushed to electrobun at farmcontrol/farmcontrol-ui 2026-08-02 01:44:29 +00:00
274852b895 Add macOS vibrancy support and related build scripts
f90ef10b78 Refactor Windows installer scripts and enhance Electron navigation
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-api 2026-08-02 00:27:22 +00:00
05d0cd539c Improve CORS error handling in index.js by logging allowed origins and the rejected origin. This change enhances debugging capabilities by providing clearer context when a request is denied due to CORS policy.