Flagship v32 white‑edition redesign: premium white theme and top‑fold readiness gateway#1488
Flagship v32 white‑edition redesign: premium white theme and top‑fold readiness gateway#1488MontrealAI wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f7555c2bc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| color:hsl(var(--foreground)); | ||
| letter-spacing:.01em; | ||
| } | ||
| .container{width:min(1420px,93%);padding:26px 0 70px;} |
There was a problem hiding this comment.
Keep desktop container rule from overriding mobile media query
This new base rule is now defined after the existing responsive block (@media (max-width:560px) earlier in the same stylesheet), so on small screens it wins the cascade and replaces the intended mobile padding with desktop spacing. That regression makes the top fold and dock layout much less usable on phones, even though the mobile overrides are still present. Move the flagship base block above the responsive section (or add a later mobile override) so the compact mobile spacing remains effective.
Useful? React with 👍 / 👎.
Motivation
.heroNotice— “Before You Transact” + Quick Bond Calculator) a top priority by moving it directly after the wallet/connect card and before#missionControlSectionso users see it as a formal compliance gateway.Description
.heroNoticemarkup so it now appears immediately after the wallet/connect card and before the#missionControlSection, preserving the original IDs and inputs such astermsAccepted,jumpToTermsBtn,expandTermsBtn,collapseTermsBtn,calcPayout, andcalcDuration(no duplication of IDs or elements).--background,--foreground,--card,--border,--accent,--shadow-*,--radius-*, etc.) and applied refined styles across core primitives (cards,btn/btn-primary, inputs,jobs-table, pills, charts, modals, mobile dock).h1/subtitle copy and layout to create a composed, institutional entry experience while keeping all original DOM hooks intact.Testing
python3 -m http.server 4173and verified the page loads for visual validation; the server run succeeded.ui/agijobmanager_genesis_job_mainnet_2026-03-05-v32.htmloutput was the only file changed and confirmed the.heroNoticeblock is present in its new location and critical IDs remain unchanged; those checks succeeded.Codex Task