Skip to content

Simple guide · Public product

Page status: Active

NutsNews feed visibility fade fix

This patch fixes an issue where the home page banner could appear while the article feed stayed hidden after the page fade animation update.

Visual overview

Primary diagram

System map

This patch fixes an issue where the home page banner could appear while the article feed stayed hidden after the page fade animation update.

Render the repository-owned system map when you need it.

Diagram is not rendered yet.

View as text
NutsNews feed visibility fade fix

This patch fixes an issue where the home page banner could appear while the article feed stayed hidden after the page fade animation update.

flowchart TD
  accTitle: NutsNews feed visibility fade fix
  accDescr {
    This patch fixes an issue where the home page banner could appear while the article feed stayed hidden after the page fade animation update.
  }
  A[Home page loads] --> B[CSS previously applied fade animation]
  B --> C[Feed stays in hidden state during/after transition]
  C --> D[Remove fade on .modern-home-shell and .public-themed-page]
  D --> E[Home container renders without blocking state]
  E --> F[Article feed remains visible on first paint]

NutsNews feed visibility fade fix

Fullscreen diagram view.

This patch fixes an issue where the home page banner could appear while the article feed stayed hidden after the page fade animation update.

  • Removed the page-wrapper fade animation from .modern-home-shell and .public-themed-page.
  • Restored the prior safe theme/home-button CSS baseline so the article feed is never hidden by the global animation.
  • Kept the existing theme system, home button, settings button, hero styling, cards, and public page theme styling unchanged.
  • web/app/globals.css