Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/cleanup/post-legacy-app-cleanup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Post Legacy App Router Cleanup (#113)

## Overview
In accordance with [Issue #113](https://github.com/MobilityData/mobilitydatabase-web/issues/113), this milestone tracks the deprecation and cleanup of the legacy React Router application wrappers following the migration to Next.js 16 App Router.

## Scope of Cleanup
- Cleaned obsolete legacy routing wrappers and dead code paths.
- Verified all public and authenticated feed detail views navigate via Next.js App Router (`src/app/[locale]/...`).
- Consolidated navigation and providers under the root layout.