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 move app and document files to root layout, migrate meet the team page and create test of the page #1064

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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    14de5c6 View commit details
    Browse the repository at this point in the history
  2. Move Montserrat and Open Sans font to global css

    So they can be loaded for pages and app router
    boodland committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9afa500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a121d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a666c15 View commit details
    Browse the repository at this point in the history
  5. Move primary main colour to a constant

    createTheme can not be imported in a server component that is what has been moved
    boodland committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a2c7bf2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1de59c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    ac3c284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204468c View commit details
    Browse the repository at this point in the history
  3. Create AppLayout for app router and make all imported components clie…

    …nt side and using next/navigation
    boodland committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cd339cf View commit details
    Browse the repository at this point in the history
  4. Add rest of the _app logic to root layout and make impoted components…

    … client side as needed
    boodland committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b1ba75c View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    boodland committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f4e1afb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b718e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ac6212 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fba2e8 View commit details
    Browse the repository at this point in the history
  9. Add metadata to root layout

    boodland committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    58c1e5e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5cb9b9d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    73ba3c9 View commit details
    Browse the repository at this point in the history
  2. Remove non used router

    boodland committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c9abab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9515a71 View commit details
    Browse the repository at this point in the history
  4. Tidy up i18n logic

    boodland committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0806a38 View commit details
    Browse the repository at this point in the history
  5. Create locale server service and split language menu for both route m…

    …odes interacting with cookies
    boodland committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    eafe1be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ded7eb8 View commit details
    Browse the repository at this point in the history
  7. Test client page

    boodland committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8eb1f0d View commit details
    Browse the repository at this point in the history
  8. Add new dependency

    boodland committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    75a44d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    b4cc4b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f16a1 View commit details
    Browse the repository at this point in the history
  3. Remove temporal testing page

    boodland committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5b4dbeb View commit details
    Browse the repository at this point in the history
  4. Tidy up i18n logic

    boodland committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    99fe765 View commit details
    Browse the repository at this point in the history
  5. Tidy up locale cookies logic

    boodland committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    43dd86f View commit details
    Browse the repository at this point in the history
  6. Fixes after formatting

    boodland committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    56fd29d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e7ba0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01055b6 View commit details
    Browse the repository at this point in the history
  9. Fix qa id label

    en language is included in the url so better to get elements by qa-id, maybe the error in the GH actions was the use of id instead of qa-id
    boodland committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    18c173e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5cfabdf View commit details
    Browse the repository at this point in the history
  11. Remove unnecesary comment

    boodland committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3df7cd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    d9118e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21b473c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dd7e95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdb95d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce173e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac9e376 View commit details
    Browse the repository at this point in the history
  7. Yet more fixes

    boodland committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    66727cc View commit details
    Browse the repository at this point in the history
  8. Add all routeSegment path

    boodland committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0912997 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    adfd636 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0ccaa4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9b6aad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c9bff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

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