60 Commits

Author SHA1 Message Date
954a5d5554 Updated Image Viewer Node with High Performance Canvas and Zoomable Preview Window 2025-04-30 05:12:02 -06:00
05bbd9be7f Additional Server Optimizations 2025-04-30 04:48:11 -06:00
cb57b27c77 Improved Performance of Server 2025-04-30 03:12:23 -06:00
bf4185643e Added Automatic Agent Reconnection Logic 2025-04-30 02:54:16 -06:00
c4ce9a6bd1 Made Agent more Graceful 2025-04-30 02:44:41 -06:00
3f753a2bde Namespaced each ReactFlowProvider with the tab’s unique id so that the Background component’s SVG pattern IDs no longer collide across multiple editors, restoring the grid lines on every tab. 2025-04-29 17:37:34 -06:00
e5e5b26a4c Added Edge Styling & Labeling 2025-04-29 05:05:31 -06:00
5f4125b197 Fixed Packaging Script 2025-04-25 23:56:04 -06:00
2d1e9db82e Renamed PIP Requirements Files 2025-04-24 19:21:58 -06:00
f1203c4451 Fixed Agent Packaging Script 2025-04-24 01:02:22 -06:00
f782ab5ac9 Added Agent EXE Packaging Script 2025-04-23 23:11:06 -06:00
b8aa9bad0f Restructured Borealis Deployment Files 2025-04-19 16:11:10 -06:00
72f919b971 Overhauled Deployment Structure 2025-04-19 16:01:12 -06:00
2dc79a03ad Initial Pyinstaller Prep-Work 2025-04-17 02:37:10 -06:00
0286b7b4b8 Misc Changes 2025-04-15 21:30:33 -06:00
8d67e847e9 Redesigned Agent Architecture 2025-04-15 20:27:23 -06:00
ed7f7d1021 Modularized Dialogs and Status Bar 2025-04-15 03:16:17 -06:00
e8f9894e05 Updated Design of Sidebar 2025-04-15 02:06:28 -06:00
3ff9e6a369 Implemented NPM package.json functionality 2025-04-15 01:47:47 -06:00
ae445245a7 Implemented Normalize.css 2025-04-14 23:19:24 -06:00
4a0062f129 Added AI-Friendly File Context Headers 2025-04-14 22:32:37 -06:00
fa422e8457 Better Organized Borealis.css 2025-04-14 19:55:32 -06:00
e1a359169e Componentized the UI by isolating elements into individual JSX modules. 2025-04-14 19:48:15 -06:00
de4e4ed953 Fixed BW Threshold Node Import Behavior 2025-04-14 19:08:45 -06:00
3da65f6aa0 Changes to organization of Server.py 2025-04-13 19:06:38 -06:00
ca08fd1e82 Created Updated Logo 2025-04-13 16:56:39 -06:00
8ebbd40065 Added New Logo to Borealis 2025-04-13 07:32:18 -06:00
2503848985 Added Tab-Based Workflow Management 2025-04-13 06:41:10 -06:00
eab9d70ec7 Added Array_Index_Extractor Node 2025-04-13 03:49:53 -06:00
e5fedab25b Added Linux OCR Dependencies 2025-04-13 03:18:13 -06:00
c741d81a45 Implemented OCR Functionality 2025-04-13 03:08:07 -06:00
85b8a7d052 Added more image editing nodes. 2025-04-13 00:39:55 -06:00
ea4ac93c47 Added Icons to Right-Click Menu 2025-04-11 23:12:04 -06:00
bb93040c05 Added ability to remove nodes and disconnect all edges. 2025-04-11 16:19:35 -06:00
4dbd3a3e53 Fixed Logic Comparison Node Output to Strings 2025-04-10 21:28:03 -06:00
275d9f0cb3 Added Functional Audio Alert Node 2025-04-10 21:11:30 -06:00
98e36ad9f0 Greatly improved performance of Screenshot Sharing URL by drawing it as a canvas. 2025-04-09 04:50:01 -06:00
4e48d119f7 Implemented Websocket Support for Agents 2025-04-09 01:20:46 -06:00
5c35447a15 Added Missing WebSockets Dependencies 2025-04-07 21:28:39 -06:00
31e899c842 Added Reverse Proxy Example to Readme 2025-04-07 21:03:39 -06:00
bcf380e1fa Changed Agent URL Variable 2025-04-07 20:38:29 -06:00
77c38faf1d Renamed Agent Node 2025-04-07 20:22:50 -06:00
14515ea44b File Name Standardization 2025-04-07 20:21:42 -06:00
1d4015e18a Fixed GitIgnore File after Renaming Agent and Server 2025-04-07 20:13:23 -06:00
44c0fe68f7 Simplified folder structure to "Server" and "Agent", and merged the launch scripts for each into a single multi-menu launch script. 2025-04-07 19:41:33 -06:00
4c4623fa71 - Added Image Upload Node
- Added Black & White Image Threshold Filter Node
- Changed Color of Node Headers to #58a6ff
- Misc Changes
2025-04-05 01:25:32 -06:00
60737aa68f Added FQDN Example to API Agent 2025-04-04 03:34:52 -06:00
a75c472c98 - Implemented Agent-based Data Collection Nodes
- Added More Dark Theming throughout Borealis
- Added API Data Collector Node
- Added Image Viewer Node
- Added Agent Deployment Script (Powershell)
2025-04-04 03:23:01 -06:00
dca79b8556 - Added Logic Comparison Node
- Added Math Operation Node
- Added Data Node
- Added (Scaffold) of Backdrop Node
- Added Internal Timer Logic for Node Updates
- Added Borealis Value Bus to Transmit Data Between Nodes
- Updated Powershell Deployment Script
- Misc Fixes / Adjustments
2025-04-01 22:39:44 -06:00
d46c6ecc3c Overhauled Data_Node to be functional
Implemented dynamically-configurable global timer
Revised Data_Node to be foundational for future nodes.
2025-04-01 20:53:16 -06:00