- 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)
This commit is contained in:
2025-04-04 03:23:01 -06:00
parent dca79b8556
commit a75c472c98
14 changed files with 693 additions and 222 deletions

View File

@ -61,4 +61,18 @@
background: #58a6ff;
width: 10px;
height: 10px;
}
}
/* Global dark form inputs */
input, select, button {
background-color: #2a2a2a;
color: #ccc;
border: 1px solid #444;
font-size: 10px;
}
/* Label / Dark Text styling */
label {
color: #aaa;
font-size: 10px;
}