kylebrodeur commited on
Commit
e6242f0
·
verified ·
1 Parent(s): cf81597

deploy: update Space from deploy_preflight --push

Browse files
.codeboarding/logs/wrapper-server.log CHANGED
@@ -537,3 +537,6 @@ INFO: 127.0.0.1:44498 - "GET /health HTTP/1.1" 200 OK
537
  [stderr] 2026-06-14 09:47:55 INFO [watchfiles.main:308] 1 change detected
538
  [stderr] 2026-06-14 09:47:56 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
539
  [stderr] 2026-06-14 09:47:56 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
 
 
 
 
537
  [stderr] 2026-06-14 09:47:55 INFO [watchfiles.main:308] 1 change detected
538
  [stderr] 2026-06-14 09:47:56 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
539
  [stderr] 2026-06-14 09:47:56 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
540
+ [stderr] 2026-06-14 09:54:24 INFO [watchfiles.main:308] 1 change detected
541
+ [stderr] 2026-06-14 09:54:24 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
542
+ [stderr] 2026-06-14 09:54:24 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
core/theme.py CHANGED
@@ -275,30 +275,29 @@ textarea:focus, input:focus {{ border-color:var(--ao-orange) !important; box-sha
275
 
276
  /* ENVIRONMENT bar: env readout + OVERRIDE + POSITION + MATERIAL grouped on the left;
277
  RANDOMIZE / RESET / SLICE grouped on the right, bottom-aligned to the pill row. */
278
- .ce-envbar {{ align-items:flex-end !important; gap:8px !important;
279
  flex-wrap:wrap !important; margin-bottom:2px !important;
280
  padding:8px 0 6px !important;
281
  border-top:1px solid var(--ao-outline-dim) !important;
282
- border-bottom:1px solid var(--ao-outline-dim) !important; }}
283
- /* override the generic .ce-actionbar flex-end 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 10px 0 0 !important; }}
287
- /* left group: keep ENVIRONMENT / POSITION / MATERIAL together in one flex row */
288
  .ce-envbar .ce-envbar-left {{ display:flex !important; flex-direction:row !important;
289
- align-items:flex-end !important; gap:0 !important; margin:0 !important; }}
290
- .ce-envbar .ce-envbar-left .ce-inline-group {{ margin:0 8px 0 0 !important; }}
291
  /* right-side action group: no label gap, pills in a tight row */
292
  .ce-envbar .ce-envbar-actions {{ display:flex !important; flex-direction:column !important;
293
  justify-content:flex-end !important; margin:0 !important; }}
294
  .ce-envbar .ce-envbar-actions .ce-inline-pills {{ display:flex !important; gap:6px !important;
295
- align-items:flex-end !important; justify-content:flex-end !important; width:100% !important; }}
296
  .ce-envbar .ce-envbar-actions .ce-inline-pills > * {{ flex:0 0 auto !important; }}
297
  .ce-envbar .ce-envbar-readout {{ flex:0 1 auto; min-width:0;
298
  color:var(--ao-text); font-size:12px; letter-spacing:1px;
299
- text-transform:uppercase; white-space:nowrap;
300
  overflow:visible;
301
- max-width:60%; padding-top:3px; }}
302
  .ce-envbar .ce-envbar-readout * {{ font-size:12px !important; }}
303
 
304
  /* ── PART row: top-align the viewer (left) and the dropzone/buttons (right) ── */
 
275
 
276
  /* ENVIRONMENT bar: env readout + OVERRIDE + POSITION + MATERIAL grouped on the left;
277
  RANDOMIZE / RESET / SLICE grouped on the right, bottom-aligned to the pill row. */
278
+ .ce-envbar {{ display:flex !important; align-items:flex-end !important; gap:8px !important;
279
  flex-wrap:wrap !important; margin-bottom:2px !important;
280
  padding:8px 0 6px !important;
281
  border-top:1px solid var(--ao-outline-dim) !important;
282
+ border-bottom:1px solid var(--ao-outline-dim) !important;
283
+ justify-content:space-between !important; }}
 
284
  .ce-envbar > * {{ flex:0 0 auto !important; width:auto !important; min-width:0 !important; }}
285
  .ce-envbar .ce-inline-group {{ margin:0 10px 0 0 !important; }}
286
+ /* left group: ENVIRONMENT / POSITION / MATERIAL in one row; environment allowed to wrap */
287
  .ce-envbar .ce-envbar-left {{ display:flex !important; flex-direction:row !important;
288
+ align-items:flex-end !important; gap:0 !important; margin:0 !important; flex-wrap:wrap !important; }}
289
+ .ce-envbar .ce-envbar-left .ce-inline-group {{ margin:0 8px 4px 0 !important; }}
290
  /* right-side action group: no label gap, pills in a tight row */
291
  .ce-envbar .ce-envbar-actions {{ display:flex !important; flex-direction:column !important;
292
  justify-content:flex-end !important; margin:0 !important; }}
293
  .ce-envbar .ce-envbar-actions .ce-inline-pills {{ display:flex !important; gap:6px !important;
294
+ align-items:flex-end !important; justify-content:flex-end !important; }}
295
  .ce-envbar .ce-envbar-actions .ce-inline-pills > * {{ flex:0 0 auto !important; }}
296
  .ce-envbar .ce-envbar-readout {{ flex:0 1 auto; min-width:0;
297
  color:var(--ao-text); font-size:12px; letter-spacing:1px;
298
+ text-transform:uppercase; white-space:normal !important;
299
  overflow:visible;
300
+ max-width:100%; padding-top:3px; }}
301
  .ce-envbar .ce-envbar-readout * {{ font-size:12px !important; }}
302
 
303
  /* ── PART row: top-align the viewer (left) and the dropzone/buttons (right) ── */