feat(simulation): add Polygon live worker gateway

This commit is contained in:
DCCONSTRUCTIONS
2026-07-24 20:33:08 +03:00
parent 359f0d1d39
commit b7ccca3481
13 changed files with 2365 additions and 9 deletions
@@ -11,6 +11,7 @@
@media (max-width: 1280px) {
.overview-grid,
.mission-layout,
.polygon-live-layout,
.polygon-run-layout,
.polygon-run-evidence-grid {
grid-template-columns: 1fr;
@@ -83,6 +84,15 @@
gap: 0.7rem;
}
.polygon-live-heading {
align-items: stretch;
flex-direction: column;
}
.polygon-live-heading > div:last-child {
justify-content: space-between;
}
.workspace-lead__note,
.workspace-lead__status {
max-width: none;
@@ -151,6 +161,15 @@
grid-template-columns: 1fr;
}
.polygon-live-heading > div:last-child {
align-items: stretch;
flex-direction: column;
}
.polygon-live-map {
min-height: 15rem;
}
.polygon-run-event-list article {
grid-template-columns: 2.3rem minmax(0, 1fr);
}