Problem
Pages that load data asynchronously flash an empty white screen while the request is in flight. This creates a jarring experience and gives no indication to the user that content is loading.
Proposed Solution
Create a LoadingSkeleton component inside frontend/module/components/loading-skeleton/ that renders animated placeholder blocks matching the layout of common page sections.
Acceptance Criteria
Problem
Pages that load data asynchronously flash an empty white screen while the request is in flight. This creates a jarring experience and gives no indication to the user that content is loading.
Proposed Solution
Create a LoadingSkeleton component inside
frontend/module/components/loading-skeleton/that renders animated placeholder blocks matching the layout of common page sections.Acceptance Criteria