BuidlZone-Labs/zicket-web

Fix up the Route Layout that shows unexpected behaviour across root & auth

Open

#157 opened on Jul 16, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (43 forks)auto 404
GrantFox OSSMaybe RewardedOfficial Campaign | FWC26bugdifficulty: mediumfrontendgood first issuehelp wanted

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem

The Root Layout shows header & footer components even while the nested route layout contains its own node, e.g the /, /explore, /news make use of the root layout, but it still applies only to the /auth nested route layout when it shouldn't.

Acceptance Criteria

  • Ensure root layout & nested route layout dont mix up
  • Ensure all root routes are not affected by your changes.
  • Ensure all nested /auth routes make use of their own layout component.
  • Ensure your changes doesnt run into hydration issues.

Contributor guide