fffiloni commited on
Commit
e052a99
·
verified ·
1 Parent(s): e3caede

Upload 8 files

Browse files
Files changed (2) hide show
  1. web/static/app.css +5 -5
  2. web/static/app.js +1 -1
web/static/app.css CHANGED
@@ -2967,7 +2967,7 @@ strong,p,h1,h2,h3,h4,span,a,button,div,li{overflow-wrap:break-word;word-break:no
2967
  .validation-actions button.full{border-radius:14px!important;min-height:44px!important;}
2968
  @media(max-width:760px){.validation-result-card .validation-grid{grid-template-columns:1fr;}#spaceTestContextCard{padding:13px!important;}}
2969
 
2970
- /* v190.22 — Space Test Validation reliability and state clarity */
2971
  .space-test-panel .validation-help{
2972
  max-width: 860px;
2973
  line-height: 1.55;
@@ -3037,7 +3037,7 @@ strong,p,h1,h2,h3,h4,span,a,button,div,li{overflow-wrap:break-word;word-break:no
3037
  .linked-context-card--pretty{grid-template-columns:1fr!important;gap:4px 0!important;}
3038
  .space-test-advanced{padding:10px;}
3039
  }
3040
- /* v190.22 — Effective eval and linked validation provenance */
3041
- /* v190.22 — Build-first Runs Explorer polish */
3042
- /* v190.22 — Build-first compatibility cleanup */
3043
- /* v190.22 — Delete cascade clarity */
 
2967
  .validation-actions button.full{border-radius:14px!important;min-height:44px!important;}
2968
  @media(max-width:760px){.validation-result-card .validation-grid{grid-template-columns:1fr;}#spaceTestContextCard{padding:13px!important;}}
2969
 
2970
+ /* v190.24 — Space Test Validation reliability and state clarity */
2971
  .space-test-panel .validation-help{
2972
  max-width: 860px;
2973
  line-height: 1.55;
 
3037
  .linked-context-card--pretty{grid-template-columns:1fr!important;gap:4px 0!important;}
3038
  .space-test-advanced{padding:10px;}
3039
  }
3040
+ /* v190.24 — Effective eval and linked validation provenance */
3041
+ /* v190.24 — Build-first Runs Explorer polish */
3042
+ /* v190.24 — Build-first compatibility cleanup */
3043
+ /* v190.24 — Delete cascade clarity */
web/static/app.js CHANGED
@@ -1341,7 +1341,7 @@ parent_build_run_id:(state.validationPrefillDraft||{}).parentBuildRunId
1341
  */
1342
  // v190.3 compatibility anchor: setText('spaceTestOutput',prefill.automaticSmokePassed?'Replay linked smoke test':'New linked validation') · Linked to Build Run
1343
  // v190.17 compatibility anchor: Linked to selected Build Run
1344
- // v190.22 compatibility anchors retained for release regression tests:
1345
  // Open a completed Build Run and use Prefill Space Test
1346
  // draft.requiresEndpointDiscovery?'':normalizeApiName
1347
  // live_timeout_seconds:validationTimeoutValue()
 
1341
  */
1342
  // v190.3 compatibility anchor: setText('spaceTestOutput',prefill.automaticSmokePassed?'Replay linked smoke test':'New linked validation') · Linked to Build Run
1343
  // v190.17 compatibility anchor: Linked to selected Build Run
1344
+ // v190.24 compatibility anchors retained for release regression tests:
1345
  // Open a completed Build Run and use Prefill Space Test
1346
  // draft.requiresEndpointDiscovery?'':normalizeApiName
1347
  // live_timeout_seconds:validationTimeoutValue()