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

Migrate from Next.js Pages Router to App Router #255

Merged
merged 36 commits into from
Dec 20, 2023

Commits on Nov 30, 2023

  1. Add next-intl

    sawyerh committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cc425f0 View commit details
    Browse the repository at this point in the history
  2. Remove i18next

    sawyerh committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7f6cd30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d391826 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42c8b02 View commit details
    Browse the repository at this point in the history
  5. Use next-intl in components

    sawyerh committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ccecc89 View commit details
    Browse the repository at this point in the history
  6. Remove unused ts-jest file

    sawyerh committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    825292a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Fix i18n type safety

    sawyerh committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    4c9de34 View commit details
    Browse the repository at this point in the history
  2. Migrate tests

    sawyerh committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1fadabd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Docs progress

    sawyerh committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d6de227 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge remote-tracking branch 'origin/main' into sawyerh/66-app-router…

    …-migration
    
    # Conflicts:
    #	app/.eslintrc.js
    #	app/.storybook/preview.tsx
    #	app/next.config.js
    #	app/package-lock.json
    #	app/package.json
    #	app/src/components/Header.tsx
    #	app/src/components/Layout.tsx
    #	app/src/pages/_app.tsx
    #	app/src/pages/health.tsx
    #	app/src/pages/index.tsx
    #	app/src/types/i18n.d.ts
    #	app/tests/app/page.test.tsx
    #	app/tests/components/Header.test.tsx
    #	app/tests/components/Layout.test.tsx
    #	app/tests/jest-i18n.ts
    sawyerh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e4ac258 View commit details
    Browse the repository at this point in the history
  2. Setup middleware

    sawyerh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fff60ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b82e14d View commit details
    Browse the repository at this point in the history
  4. Remove dupe files

    sawyerh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    022740f View commit details
    Browse the repository at this point in the history
  5. Fix story import

    sawyerh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    447a4c5 View commit details
    Browse the repository at this point in the history
  6. Reduce diff size

    sawyerh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    739900c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e20c82 View commit details
    Browse the repository at this point in the history
  8. Revert todo

    sawyerh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d79bb65 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6af1c77 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    79ca32b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sawyerh/66-app-router-migration

    # Conflicts:
    #	app/.storybook/I18nStoryWrapper.tsx
    #	app/.storybook/preview.tsx
    #	app/README.md
    #	app/next.config.js
    #	app/src/app/[locale]/page.tsx
    #	app/src/i18n/config.ts
    #	app/src/i18n/getMessagesWithFallbacks.ts
    #	app/src/pages/_app.tsx
    #	app/tests/react-utils.tsx
    #	docs/internationalization.md
    sawyerh committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c611f43 View commit details
    Browse the repository at this point in the history
  3. Fix config path

    sawyerh committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6e759ea View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Cleanup

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2672191 View commit details
    Browse the repository at this point in the history
  2. Migrate API route

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6fd126a View commit details
    Browse the repository at this point in the history
  3. Update docs

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b4c4c21 View commit details
    Browse the repository at this point in the history
  4. Update doc

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    02e2d93 View commit details
    Browse the repository at this point in the history
  5. Reduce diff

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2acda08 View commit details
    Browse the repository at this point in the history
  6. Fix sticky footer

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    43e9695 View commit details
    Browse the repository at this point in the history
  7. Use timeZone

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    02b0546 View commit details
    Browse the repository at this point in the history
  8. Restore transpilePackages

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3bebef7 View commit details
    Browse the repository at this point in the history
  9. Restore comment

    sawyerh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1bbc39e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge remote-tracking branch 'origin/main' into sawyerh/66-app-router…

    …-migration
    
    # Conflicts:
    #	app/package-lock.json
    #	app/package.json
    #	app/src/app/[locale]/page.tsx
    #	app/tests/app/page.test.tsx
    sawyerh committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c2a1c3f View commit details
    Browse the repository at this point in the history
  2. Missed merge changes

    sawyerh committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6c42256 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into sawyerh/66-app-router…

    …-migration
    
    # Conflicts:
    #	app/README.md
    #	app/src/app/[locale]/page.tsx
    #	app/src/components/Layout.tsx
    #	app/src/pages/health.tsx
    sawyerh committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    06cd838 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd0c2de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d73ff6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    ac211f2 View commit details
    Browse the repository at this point in the history