Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
W
www
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • www
  • Repository

Switch branch/tag
  • www
  • tests
  • jest.setup.js
Find file
BlameHistoryPermalink
  • PLN (Algolia)'s avatar
    feat(app-router): migrate CosmicFest, remove Pages Router, update docs · 3dfa3a52
    Step 3 (group 3 of 3) — completes the App Router migration. The Pages
    Router is now fully gone (no more pages/ or _app.js).
    
    - /cosmicfest: server metadata wrapper + CosmicFestClient ('use client')
      for the modal/keyboard state. Swapped the deprecated next/image
      layout="intrinsic"/objectFit props for modern width/height + style.
    - Deleted the dead legacy shells components/ParVaguesHeader.js and
      components/ParVaguesFooter.js (only ever referenced by commented-out
      imports in CosmicFest).
    - tests/jest.setup.js: mock next/navigation (App Router hooks) instead of
      next/router.
    - CLAUDE.md: Pages Router -> App Router throughout (global CSS from
      app/layout.tsx, server-components-by-default + 'use client' leaves,
      generateStaticParams, the root-shell + ParVagues-sub-layout split,
      next/navigation in tests).
    
    Full App Router build green; route-smoke 14/14.
    Co-Authored-By: 's avatarClaude Opus 4.8 (1M context) <noreply@anthropic.com>
    PLN (Algolia) authored Jun 07, 2026
    3dfa3a52
jest.setup.js 762 Bytes
EditWeb IDE
×

Replace jest.setup.js

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.