LearnNewsExamplesServices
Frontmatter
id8370
titleUnify Portal Home with Global "Engine Environment" Background
stateClosed
labels
enhancementdesign
assigneestobiu
createdAtJan 6, 2026, 11:34 PM
updatedAtJan 6, 2026, 11:59 PM
githubUrlhttps://github.com/neomjs/neo/issues/8370
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 6, 2026, 11:59 PM

Unify Portal Home with Global "Engine Environment" Background

Closed v11.19.0 enhancementdesign
tobiu
tobiu commented on Jan 6, 2026, 11:34 PM

Implement a unified "Engine Environment" aesthetic for the Portal Home by applying a global background pattern.

Concept: Instead of disparate sections, the entire homepage should feel like a single cohesive runtime environment.

Changes:

  1. Global Background: Move the "Quantum Mesh" background (neutral gray with subtle radial gradients) from MainNeo.scss to MainContainer.scss.
  2. Fixed Attachment: Use background-attachment: fixed on MainContainer so the mesh persists as the user scrolls, creating depth.
  3. Transparency: Ensure all child sections (MainNeo, Features, AiToolchain, How, Colors, Helix) have transparent backgrounds (including their wrappers like .content-wrapper and .card-container) so the global mesh is visible.
  4. Exceptions: Content cards (like ContentBox) retain their solid backgrounds for readability.

Affected Files:

  • resources/scss/src/apps/portal/home/MainContainer.scss (Add Global BG)
  • resources/scss/src/apps/portal/home/parts/MainNeo.scss (Remove local BG)
  • resources/scss/src/apps/portal/home/parts/AiToolchain.scss (Add transparency)
tobiu added the enhancement label on Jan 6, 2026, 11:34 PM
tobiu added the design label on Jan 6, 2026, 11:34 PM
tobiu referenced in commit 53673b9 - "feat(portal): Implement Global 'Engine Environment' Background (refs #8370) on Jan 6, 2026, 11:58 PM
tobiu closed this issue on Jan 6, 2026, 11:59 PM
tobiu assigned to @tobiu on Jan 6, 2026, 11:59 PM