Commit 8fb5df9
committed
fix(cockpit): poll after activate, nullable position, clean compose
- Call healthStore.poll() after config activation so OperatorPage's
activeConfig updates immediately instead of waiting for next tick
- Use z.nullable() instead of z.nullish() for camera position field
(API always sends the key, value is null not absent)
- Remove redundant build override for edge_model_serving in
docker-compose.yml (context: . now resolves correctly after flatten)1 parent 353d34f commit 8fb5df9
3 files changed
Lines changed: 2 additions & 7 deletions
File tree
- edge/cockpit/src
- entities/station-config/dtos
- features/station-config/composables
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
0 commit comments