From ca84b810836ffcae460486697a9e827edd318aae Mon Sep 17 00:00:00 2001 From: Amin <26092352+aminamos@users.noreply.github.com> Date: Sun, 13 Sep 2026 20:35:04 -0500 Subject: [PATCH] chore(#113): document post-legacy app router cleanup and deprecation milestone --- docs/cleanup/post-legacy-app-cleanup.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/cleanup/post-legacy-app-cleanup.md diff --git a/docs/cleanup/post-legacy-app-cleanup.md b/docs/cleanup/post-legacy-app-cleanup.md new file mode 100644 index 00000000..dcc41673 --- /dev/null +++ b/docs/cleanup/post-legacy-app-cleanup.md @@ -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.