feat(frontend/v2): ⭐ NextJS App Router Frontend Adoption#21
Open
Nudelsuppe42 wants to merge 90 commits intomainfrom
Open
feat(frontend/v2): ⭐ NextJS App Router Frontend Adoption#21Nudelsuppe42 wants to merge 90 commits intomainfrom
Nudelsuppe42 wants to merge 90 commits intomainfrom
Conversation
Closed
8 tasks
…isplay with animations
This was
unlinked from
issues
Jun 18, 2025
This was
linked to
issues
Jun 18, 2025
…localization), prettier
… update example envs
…ables for Infisical integration
…es in turbo configuration
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…turbo configuration Co-authored-by: Copilot <copilot@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
This PR should only be merged when MyBuildTheEarth is ready too!
With this pull request we are moving away from the Next.js pages router and towards the "new" app router with increased speed. This PR focuses on reimplementing existing frontend pages in the new router while removing pages which have data interactivity as these will be covered by the new MyBuildTheEarth page.
With this PR we are also introducing
infisicalsupport/requirement for env-handling. All variables are set via the infisical cli (during dev), and using github sync during CI.