Spaces:
Runtime error
Runtime error
deploy: update Space from deploy_preflight --push
Browse files- .codeboarding/logs/wrapper-server.log +3 -0
- core/theme.py +10 -5
.codeboarding/logs/wrapper-server.log
CHANGED
|
@@ -522,3 +522,6 @@ INFO: 127.0.0.1:44498 - "GET /health HTTP/1.1" 200 OK
|
|
| 522 |
[stderr] 2026-06-14 09:29:53 INFO [watchfiles.main:308] 1 change detected
|
| 523 |
[stderr] 2026-06-14 09:29:54 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
|
| 524 |
[stderr] 2026-06-14 09:29:54 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
|
|
|
|
|
|
|
|
|
|
|
|
| 522 |
[stderr] 2026-06-14 09:29:53 INFO [watchfiles.main:308] 1 change detected
|
| 523 |
[stderr] 2026-06-14 09:29:54 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
|
| 524 |
[stderr] 2026-06-14 09:29:54 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
|
| 525 |
+
[stderr] 2026-06-14 09:40:30 INFO [watchfiles.main:308] 1 change detected
|
| 526 |
+
[stderr] 2026-06-14 09:40:30 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
|
| 527 |
+
[stderr] 2026-06-14 09:40:30 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
|
core/theme.py
CHANGED
|
@@ -274,16 +274,21 @@ textarea:focus, input:focus {{ border-color:var(--ao-orange) !important; box-sha
|
|
| 274 |
display:flex !important; flex-direction:column !important; }}
|
| 275 |
|
| 276 |
/* ENVIRONMENT bar: env readout + RANDOMIZE + OVERRIDE on LEFT, RESET + SLICE on RIGHT */
|
| 277 |
-
.ce-envbar {{ align-items:
|
| 278 |
-
flex-wrap:wrap !important; margin-bottom:
|
| 279 |
-
padding:8px
|
| 280 |
border-top:1px solid var(--ao-outline-dim) !important;
|
| 281 |
-
border-bottom:1px solid var(--ao-outline-dim) !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
.ce-envbar .ce-envbar-readout {{ flex:0 1 auto; min-width:0;
|
| 283 |
color:var(--ao-text); font-size:12px; letter-spacing:1px;
|
| 284 |
text-transform:uppercase; white-space:nowrap;
|
| 285 |
overflow:visible;
|
| 286 |
-
max-width:60%; padding-top:
|
| 287 |
.ce-envbar .ce-envbar-readout * {{ font-size:12px !important; }}
|
| 288 |
|
| 289 |
/* ── PART row: top-align the viewer (left) and the dropzone/buttons (right) ── */
|
|
|
|
| 274 |
display:flex !important; flex-direction:column !important; }}
|
| 275 |
|
| 276 |
/* ENVIRONMENT bar: env readout + RANDOMIZE + OVERRIDE on LEFT, RESET + SLICE on RIGHT */
|
| 277 |
+
.ce-envbar {{ align-items:flex-start !important; gap:4px !important;
|
| 278 |
+
flex-wrap:wrap !important; margin-bottom:2px !important;
|
| 279 |
+
padding:8px 0 6px !important;
|
| 280 |
border-top:1px solid var(--ao-outline-dim) !important;
|
| 281 |
+
border-bottom:1px solid var(--ao-outline-dim) !important;
|
| 282 |
+
justify-content:flex-start !important; }}
|
| 283 |
+
/* override the generic .ce-actionbar flex-end and button sizing inside the envbar */
|
| 284 |
+
.ce-envbar.ce-actionbar {{ justify-content:flex-start !important; }}
|
| 285 |
+
.ce-envbar > * {{ flex:0 0 auto !important; width:auto !important; min-width:0 !important; }}
|
| 286 |
+
.ce-envbar .ce-inline-group {{ margin:0 8px 0 0 !important; }}
|
| 287 |
.ce-envbar .ce-envbar-readout {{ flex:0 1 auto; min-width:0;
|
| 288 |
color:var(--ao-text); font-size:12px; letter-spacing:1px;
|
| 289 |
text-transform:uppercase; white-space:nowrap;
|
| 290 |
overflow:visible;
|
| 291 |
+
max-width:60%; padding-top:3px; }}
|
| 292 |
.ce-envbar .ce-envbar-readout * {{ font-size:12px !important; }}
|
| 293 |
|
| 294 |
/* ── PART row: top-align the viewer (left) and the dropzone/buttons (right) ── */
|