fix(home): defeat UA [hidden] in iso-variant-stack + restore prototype d-os-grid #16

Closed
skr wants to merge 2 commits from fix/panel-stack-and-os-grid into main
Owner

Two regressions on the live deploy: panels jumped in height on tab-switch (UA [hidden] defaulted inactive panels to display:none and broke the grid overlap), and the Open Research grid was 1-column instead of the prototype 2-column with the Coming-Soon card spanning both rows.

Two regressions on the live deploy: panels jumped in height on tab-switch (UA `[hidden]` defaulted inactive panels to `display:none` and broke the grid overlap), and the Open Research grid was 1-column instead of the prototype 2-column with the Coming-Soon card spanning both rows.
feat(footer): swap GitHub icon for Forgejo logomark
All checks were successful
Build & Deploy / check (pull_request) Successful in 29s
Build & Deploy / deploy (pull_request) Has been skipped
41526335a5
The footer "social" rail still rendered the GitHub Octocat even
though the link itself has been pointing at git.neomint.com/nm
since the brand migration. Replaced the icon with the official
Forgejo logomark (Caesar Schinas, CC-BY-SA 4.0), collapsed to
single-color stroke so it inherits the rail's currentColor +
hover transition.

Renamed siteConfig.socials.github → forgejo for source-code
clarity (the messages key footer.social.github stays unchanged
to remain drift-clean against the prototype dict).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
fix(home): defeat UA [hidden] in iso-variant-stack + restore prototype d-os-grid
All checks were successful
Build & Deploy / check (pull_request) Successful in 30s
Build & Deploy / deploy (pull_request) Has been skipped
7132b19140
Two regressions reported on the live deploy:

1. Switching ISO artefact panels caused the hero column to jump
   in height. The grid-overlap stack relied on `display: block`
   for inactive panels but the React `hidden={!active}` prop
   (kept for U-07 a11y-tree exclusion) re-applies the UA default
   `[hidden] { display: none }`, collapsing 4 of 5 panels and
   sizing the wrap to whichever panel was active. Adds a single
   override `.iso-variant-stack > .iso-variant[hidden] { display:
   block }` so visibility+pointer-events stay the real toggle and
   the wrap stays at the height of the tallest panel.

2. The Open Research repo grid was a single 1fr column, three
   stacked rows. The prototype's grid is two columns —
   `calc(50% - 5px)` left for the two real repos, `200px` right
   for the Coming-Soon card spanning both rows — collapsing to
   1fr below 1024 px. Restored both the base grid + the mobile
   reset.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
skr closed this pull request 2026-05-08 19:11:47 +00:00
All checks were successful
Build & Deploy / check (pull_request) Successful in 30s
Required
Details
Build & Deploy / deploy (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nm/website!16
No description provided.