fsanyoto commited on
Commit
1092e41
·
verified ·
1 Parent(s): e5f5ddf

Deploy AIOS web (React glide grid + FastAPI slice)

Browse files
Files changed (3) hide show
  1. RELEASES.json +7 -1
  2. VERSION +1 -1
  3. web/src/index.css +9 -3
RELEASES.json CHANGED
@@ -1,6 +1,12 @@
1
  {
2
- "current": "v7 (b1c5a7e)",
3
  "releases": [
 
 
 
 
 
 
4
  {
5
  "version": "v7",
6
  "sha": "b1c5a7e",
 
1
  {
2
+ "current": "v8 (8073b3e)",
3
  "releases": [
4
+ {
5
+ "version": "v8",
6
+ "sha": "8073b3e",
7
+ "date": "2026-08-05",
8
+ "subject": "release v8"
9
+ },
10
  {
11
  "version": "v7",
12
  "sha": "b1c5a7e",
VERSION CHANGED
@@ -1 +1 @@
1
- v7 (b1c5a7e)
 
1
+ v8 (8073b3e)
web/src/index.css CHANGED
@@ -8719,7 +8719,13 @@ a.cg-map-ctl-b { text-decoration: none; }
8719
  align-items: center;
8720
  gap: 8px;
8721
  margin: 0;
8722
- font-size: var(--lp-fs-md);
 
 
 
 
 
 
8723
  font-weight: 650;
8724
  color: var(--lp-ink);
8725
  }
@@ -8740,7 +8746,7 @@ a.cg-map-ctl-b { text-decoration: none; }
8740
  background: var(--lp-surface);
8741
  color: var(--lp-ink);
8742
  font: inherit;
8743
- font-size: var(--lp-fs-2xs);
8744
  cursor: pointer;
8745
  }
8746
  .alerts-markall:hover:not(:disabled) { background: var(--lp-wash); }
@@ -8749,7 +8755,7 @@ a.cg-map-ctl-b { text-decoration: none; }
8749
  .alerts-empty {
8750
  margin: 8px 0 16px;
8751
  color: var(--lp-muted);
8752
- font-size: var(--lp-fs-2xs);
8753
  line-height: 1.5;
8754
  }
8755
  .alerts-list { list-style: none; margin: 0; padding: 0; }
 
8719
  align-items: center;
8720
  gap: 8px;
8721
  margin: 0;
8722
+ /* ⛔ WAVE 21 owner re-check (2026-08-05, MEASURED LIVE): this panel and the assistant dialog
8723
+ are the same species of surface, and the owner reads them side by side. `md` here rendered
8724
+ a 17px title beside the assistant's 14.875px one and the pane read "bigger than
8725
+ Automation/AI assistant" — the exact complaint, surviving a token-legal first fix. The
8726
+ rule is the ASSISTANT PANEL'S OWN VALUES, not any defensible token: title sm/650, body xs.
8727
+ Live computed styles are the proof, not the stylesheet. */
8728
+ font-size: var(--lp-fs-sm);
8729
  font-weight: 650;
8730
  color: var(--lp-ink);
8731
  }
 
8746
  background: var(--lp-surface);
8747
  color: var(--lp-ink);
8748
  font: inherit;
8749
+ font-size: var(--lp-fs-xs); /* = the assistant dialog's button size (owner re-check) */
8750
  cursor: pointer;
8751
  }
8752
  .alerts-markall:hover:not(:disabled) { background: var(--lp-wash); }
 
8755
  .alerts-empty {
8756
  margin: 8px 0 16px;
8757
  color: var(--lp-muted);
8758
+ font-size: var(--lp-fs-xs); /* = the assistant dialog's body size (owner re-check) */
8759
  line-height: 1.5;
8760
  }
8761
  .alerts-list { list-style: none; margin: 0; padding: 0; }