From cf7183d0c0f9f4fd63716c4a7985c6919eda31fc Mon Sep 17 00:00:00 2001 From: MS-01-Codex <3647348c-0c07-48e0-8938-fb9280321c5f@agents.multica.local> Date: Thu, 20 Aug 2026 08:18:05 +0800 Subject: [PATCH] fix: restore B-147 dialog tokens and unclip screener headers Co-authored-by: Cursor Co-authored-by: multica-agent --- app/config/architecture-inventory.json | 10 +++++----- app/frontend/index.html | 6 +++--- app/frontend/pages/market/foundation.css | 11 ++++++----- app/frontend/pages/review/foundation.css | 4 ---- app/frontend/pages/screener/foundation.css | 14 +++++--------- 5 files changed, 19 insertions(+), 26 deletions(-) diff --git a/app/config/architecture-inventory.json b/app/config/architecture-inventory.json index 192928a..6ba6abd 100644 --- a/app/config/architecture-inventory.json +++ b/app/config/architecture-inventory.json @@ -380,7 +380,7 @@ "/shared/components/tables.css?v=20260820-1", "/shared/components/dialogs.css?v=20260820-3", "/shared/components/feedback.css?v=20260806-1", - "/pages/market/foundation.css?v=20260806-1", + "/pages/market/foundation.css?v=20260820-4", "/pages/sentiment/foundation.css?v=20260820-2", "/pages/pools/foundation.css?v=20260820-1", "/pages/ladder/foundation.css?v=20260820-1", @@ -389,10 +389,10 @@ "/pages/themes/foundation.css?v=20260820-1", "/pages/popularity/foundation.css?v=20260820-1", "/pages/dragon-tiger/foundation.css?v=20260820-1", - "/pages/screener/foundation.css?v=20260820-3", + "/pages/screener/foundation.css?v=20260820-4", "/pages/mentor/foundation.css?v=20260820-2", "/pages/heaven/foundation.css?v=20260806-2", - "/pages/review/foundation.css?v=20260820-3" + "/pages/review/foundation.css?v=20260820-4" ], "frontend_composition": { "shell": "frontend/index.html", @@ -441,8 +441,8 @@ }, { "path": "frontend/pages/screener/foundation.css", - "bytes": 103623, - "lines": 6580 + "bytes": 103547, + "lines": 6576 }, { "path": "frontend/pages/heaven/page.js", diff --git a/app/frontend/index.html b/app/frontend/index.html index bb8f046..403c004 100644 --- a/app/frontend/index.html +++ b/app/frontend/index.html @@ -27,7 +27,7 @@ - + @@ -36,10 +36,10 @@ - + - +
diff --git a/app/frontend/pages/market/foundation.css b/app/frontend/pages/market/foundation.css index a79dd85..79f0535 100644 --- a/app/frontend/pages/market/foundation.css +++ b/app/frontend/pages/market/foundation.css @@ -790,7 +790,8 @@ border-radius: 4px; } -:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) { +:is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)), +:root[data-theme="dark"] :is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) { --dialog-line: var(--border); --dialog-line-strong: var(--border-strong); @@ -803,17 +804,17 @@ border: 1px solid var(--dialog-line-strong); - border-radius: 10px; + border-radius: var(--size-radius-dialog); background: var(--surface); color: var(--dialog-ink); - box-shadow: rgba(25, 36, 48, 0.2) 0px 26px 72px, rgba(25, 36, 48, 0.08) 0px 4px 14px; + box-shadow: var(--shadow-float); } :is(.global-search-dialog, .stock-dialog, .settings-dialog:not(.heaven-reading-dialog))::backdrop { - background: rgba(28, 39, 50, 0.46); + background: var(--backdrop); backdrop-filter: blur(3px); } @@ -1133,7 +1134,7 @@ margin: 8px auto; - border-radius: 8px; + border-radius: var(--size-radius-dialog); } :is(.stock-dialog, .settings-dialog:not(.heaven-reading-dialog)) .dialog-header { diff --git a/app/frontend/pages/review/foundation.css b/app/frontend/pages/review/foundation.css index f30f6fd..9924d7f 100644 --- a/app/frontend/pages/review/foundation.css +++ b/app/frontend/pages/review/foundation.css @@ -217,10 +217,6 @@ body[data-active-view="reviewWorkspaceView"] .workspace-view { } } -body[data-active-view="reviewWorkspaceView"] .overview-strip { - display: grid; -} - .trade-journal-section .trade-log-summary { min-height: 58px; } diff --git a/app/frontend/pages/screener/foundation.css b/app/frontend/pages/screener/foundation.css index abbffd9..ee3e02e 100644 --- a/app/frontend/pages/screener/foundation.css +++ b/app/frontend/pages/screener/foundation.css @@ -2119,10 +2119,6 @@ body[data-active-view="screenerView"] .workspace-view { } } -body[data-active-view="screenerView"] .overview-strip { - display: grid; -} - @media (min-width: 901px) { .screener-page-bar { min-height: 34px; @@ -5874,7 +5870,7 @@ body[data-active-view="screenerView"] .overview-strip { width: 100%; - min-width: 1180px; + min-width: 1376px; table-layout: fixed; } @@ -5895,12 +5891,12 @@ body[data-active-view="screenerView"] .overview-strip { width: 78px; } -#screenerView .screener-result-columns col:nth-child(5) { - width: 104px; +#screenerView .screener-result-columns col:nth-child(5), +#screenerView .screener-result-columns col:nth-child(6), +#screenerView .screener-result-columns col:nth-child(7) { + width: 120px; } -#screenerView .screener-result-columns col:nth-child(6), -#screenerView .screener-result-columns col:nth-child(7), #screenerView .screener-result-columns col:nth-child(8), #screenerView .screener-result-columns col:nth-child(9) { width: 82px;