feat(lidar): add point-aligned ground review

This commit is contained in:
DCCONSTRUCTIONS
2026-07-25 09:44:38 +03:00
parent 75a3e669d9
commit 2dfb34ef21
15 changed files with 1548 additions and 140 deletions
@@ -171,6 +171,37 @@
grid-template-columns: 1fr;
}
.lidar-ground-review > header,
.lidar-ground-review__controls {
align-items: stretch;
flex-direction: column;
}
.lidar-ground-frame-status {
justify-items: start;
text-align: left;
}
.lidar-ground-modes {
flex-wrap: wrap;
}
.lidar-ground-frame-control input {
width: 100%;
}
.lidar-ground-frame-control {
width: 100%;
}
.lidar-ground-scene {
min-height: 22rem;
}
.lidar-ground-scene__toolbar span {
display: none;
}
.polygon-run-identity dl {
grid-template-columns: 1fr;
}