EQW · QWEQ
--- ## 🔍 Pre-Merge Review — UI / Frontend changes Use this when the diff is layout, components, or page moves — not API/DB. ``` Review this Gametayo frontend code before I merge. Check for: 1. 'use client' missing on any component that uses useState / useEffect / usePathname 2. Server-only imports (createClient, headers, redirect) inside a client component 3. Pages moved to (public)/ that still need auth — do they have a redirect guard? 4. Hardcoded inline <header> or <footer> that should use PublicNav / PublicFooter instead 5. Any pt-20 / padding added to a page that's already inside the (public) layout (would double-pad) No refactor suggestions. Lines only. [paste file or diff] ``` ---
