Updates nav tab 404s when changelog is disabled
Bug· by Elsama· 1 month ago
Severity: High Area: Changelog / navigation
ProjectTabs always renders the Updates tab, but changelog/page.tsx calls notFound() when project.changelog_enabled is false.
Admins can disable the feed in settings while end users still see a tab that 404s. Leaderboard already gates on community_leaderboard_enabled; changelog should match.
Fix: Hide the Updates tab when changelog is disabled, or redirect to a friendly disabled state.