Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Parent Branch] Next js Pages Router to App Router migration #1146

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Oct 2, 2024

  1. Add basic Root Layout

    boodland authored and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ecb0ae8 View commit details
    Browse the repository at this point in the history
  2. Add metadata

    boodland authored and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6838dcc View commit details
    Browse the repository at this point in the history
  3. Add reference included by next

    boodland authored and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a55e30f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fb3931 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7910cb6 View commit details
    Browse the repository at this point in the history
  6. App router migration google tag manager script (#1117)

    * Add basic Root Layout
    
    * Add metadata
    
    * Add reference included by next
    
    * Add comment to explain the default meta tags
    
    * Add public testing page to check the migration
    
    * Remove non required file
    
    * Add google tag manager to root layout
    
    * Change strategy as worker is experimental and is not including the script
    
    * Move gtm to body as next is including it in head properly
    
    * Add comment to tackle in the future
    
    * Move gtm script from _document to _app
    boodland authored and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c9da337 View commit details
    Browse the repository at this point in the history
  7. App router migration rollbar script (#1118)

    * Add basic Root Layout
    
    * Add metadata
    
    * Add reference included by next
    
    * Add comment to explain the default meta tags
    
    * Add public testing page to check the migration
    
    * Remove non required file
    
    * Use script tag and set id
    
    * Add rollbar script to root layout
    
    * Make it beforeInteractive so it is included in the head
    
    * Move to _app as next/script is not working in _document
    boodland authored and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dd821c7 View commit details
    Browse the repository at this point in the history
  8. App router migration opengraph metadata (#1120)

    * Add basic Root Layout
    
    * Add metadata
    
    * Add reference included by next
    
    * Add comment to explain the default meta tags
    
    * Add public testing page to check the migration
    
    * Remove non required file
    
    * Move primary color to a constant so can be used in a server component (root layout)
    
    * Create rootMetadata
    
    * Fix format
    
    * Add metadata to root layout
    
    ---------
    
    Co-authored-by: eleanorreem <[email protected]>
    boodland and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e0ef449 View commit details
    Browse the repository at this point in the history
  9. App router migration error boundary component (#1121)

    * Add basic Root Layout
    
    * Add metadata
    
    * Add reference included by next
    
    * Add comment to explain the default meta tags
    
    * Add public testing page to check the migration
    
    * Remove non required file
    
    * Make error boundary client component
    
    * Add ErrorBoundary component to root layout
    
    * Create app router error route test page
    
    ---------
    
    Co-authored-by: eleanorreem <[email protected]>
    boodland and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    24a60d7 View commit details
    Browse the repository at this point in the history
  10. App router migration material UI configuration (#1122)

    * Add basic Root Layout
    
    * Add metadata
    
    * Add reference included by next
    
    * Add comment to explain the default meta tags
    
    * Add public testing page to check the migration
    
    * Remove non required file
    
    * Create theme registry component
    
    * Add ThemeRegistry to root layout
    
    * Make theme client component
    
    * Install mui for app router
    
    ---------
    
    Co-authored-by: eleanorreem <[email protected]>
    boodland and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a79c735 View commit details
    Browse the repository at this point in the history
  11. App router migration analytics (#1123)

    * Add basic Root Layout
    
    * Add metadata
    
    * Add reference included by next
    
    * Add comment to explain the default meta tags
    
    * Add public testing page to check the migration
    
    * Remove non required file
    
    * Create Analytics component
    
    * Add analytics to root layout
    
    * Update layout.tsx
    
    ---------
    
    Co-authored-by: eleanorreem <[email protected]>
    boodland and eleanorreem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cd3370c View commit details
    Browse the repository at this point in the history