kylebrodeur commited on
Commit
eac8106
·
verified ·
1 Parent(s): e2c3323

deploy: update Space from deploy_preflight --push

Browse files
.codeboarding/logs/wrapper-server.log CHANGED
@@ -270,3 +270,6 @@ INFO: 127.0.0.1:44498 - "GET /health HTTP/1.1" 200 OK
270
  [stderr] 2026-06-14 06:27:45 INFO [watchfiles.main:308] 1 change detected
271
  [stderr] 2026-06-14 06:27:46 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
272
  [stderr] 2026-06-14 06:27:46 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
 
 
 
 
270
  [stderr] 2026-06-14 06:27:45 INFO [watchfiles.main:308] 1 change detected
271
  [stderr] 2026-06-14 06:27:46 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
272
  [stderr] 2026-06-14 06:27:46 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
273
+ [stderr] 2026-06-14 06:28:29 INFO [watchfiles.main:308] 1 change detected
274
+ [stderr] 2026-06-14 06:28:30 WARNING [codeboarding_pro.analysis_controller:506] Skipping incremental update: full analysis artifacts not ready yet
275
+ [stderr] 2026-06-14 06:28:30 INFO [codeboarding_pro.analysis_controller:314] No cached analysis results; skipping health report
core/theme.py CHANGED
@@ -201,15 +201,14 @@ textarea:focus, input:focus {{ border-color:var(--ao-orange) !important; box-sha
201
  .ce-icon-sliders::before {{ -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6h10 M18 6h2 M4 12h2 M10 12h10 M4 18h8 M16 18h4 M16 4v4 M6 10v4 M12 16v4'/></svg>"); mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6h10 M18 6h2 M4 12h2 M10 12h10 M4 18h8 M16 18h4 M16 4v4 M6 10v4 M12 16v4'/></svg>"); }}
202
 
203
  /* ── IMPLICIT GROUPING (borderless, proximity-based) ── */
204
- /* Model switcher row: BAKED INTO the LCARS command bar via negative margin.
205
- Lifts the model controls up so they sit on the same line as the command bar. */
206
  #ce-modelswitch {{ display:flex !important; align-items:center !important;
207
- gap:8px !important; padding:6px 16px !important;
208
- margin:-46px 0 12px 280px !important; /* lift up + push right of LCARS elbow */
209
  background:transparent !important;
210
- position:relative !important; z-index:5 !important;
211
  justify-content:flex-end !important; flex-wrap:nowrap !important;
212
- width:auto !important; }}
213
  #ce-modelswitch > * {{ flex:0 0 auto !important; min-width:0 !important; max-width:none !important;
214
  width:auto !important; }}
215
  #ce-modelswitch .ce-modeldd {{ width:200px !important; min-width:200px !important; max-width:200px !important; flex:0 0 200px !important; }}
@@ -219,14 +218,6 @@ textarea:focus, input:focus {{ border-color:var(--ao-orange) !important; box-sha
219
  /* Hide the old duplicate model status (the command bar already shows it) */
220
  .ce-status-inline, #ce-modelswitch .ce-status-inline {{ display:none !important; }}
221
 
222
- /* Push the LCARS command bar status to the LEFT so dropdown can sit on the right */
223
- #ce-cmdbar .ce-bar {{ justify-content:flex-start !important; }}
224
- #ce-cmdbar .ce-bar .ce-cmdbar-status {{ flex:1; min-width:0; overflow:hidden;
225
- text-overflow:ellipsis; white-space:nowrap; }}
226
- #ce-cmdbar .ce-bar .ce-cmdbar-tag, #ce-cmdbar .ce-bar #ce-clock {{
227
- flex:0 0 auto; margin-left:auto; }}
228
- #ce-cmdbar .ce-bar #ce-clock {{ margin-left:14px; }}
229
-
230
  /* dropdown styling: orange border, no double outlines */
231
  .ce-modeldd .wrap, .ce-modeldd .secondary-wrap {{
232
  border:1px solid var(--ao-orange) !important; outline:none !important; box-shadow:none !important; }}
 
201
  .ce-icon-sliders::before {{ -webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6h10 M18 6h2 M4 12h2 M10 12h10 M4 18h8 M16 18h4 M16 4v4 M6 10v4 M12 16v4'/></svg>"); mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6h10 M18 6h2 M4 12h2 M10 12h10 M4 18h8 M16 18h4 M16 4v4 M6 10v4 M12 16v4'/></svg>"); }}
202
 
203
  /* ── IMPLICIT GROUPING (borderless, proximity-based) ── */
204
+ /* Model switcher row: sits BELOW the LCARS command bar (right-aligned).
205
+ Previous attempt lifted it into the header but overlapped the status text. */
206
  #ce-modelswitch {{ display:flex !important; align-items:center !important;
207
+ gap:8px !important; padding:0 !important;
208
+ margin:8px 0 12px 0 !important;
209
  background:transparent !important;
 
210
  justify-content:flex-end !important; flex-wrap:nowrap !important;
211
+ width:100% !important; }}
212
  #ce-modelswitch > * {{ flex:0 0 auto !important; min-width:0 !important; max-width:none !important;
213
  width:auto !important; }}
214
  #ce-modelswitch .ce-modeldd {{ width:200px !important; min-width:200px !important; max-width:200px !important; flex:0 0 200px !important; }}
 
218
  /* Hide the old duplicate model status (the command bar already shows it) */
219
  .ce-status-inline, #ce-modelswitch .ce-status-inline {{ display:none !important; }}
220
 
 
 
 
 
 
 
 
 
221
  /* dropdown styling: orange border, no double outlines */
222
  .ce-modeldd .wrap, .ce-modeldd .secondary-wrap {{
223
  border:1px solid var(--ao-orange) !important; outline:none !important; box-shadow:none !important; }}