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 the testimonials page #1401

Merged
merged 27 commits into from
Oct 19, 2023
Merged

✨Migrate the testimonials page #1401

merged 27 commits into from
Oct 19, 2023

Commits on Sep 15, 2023

  1. ✨Migrate the testimonials page

    Kristen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9b377c5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into testimonialsPage

    Kristen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7752f5e View commit details
    Browse the repository at this point in the history
  3. ✨Add breadcrumb and SEO description

    Kristen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7e124a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. ✨Add testimonials component

    Kristen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    aa56397 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into testimonialsPage

    # Conflicts:
    #	.tina/__generated__/_schema.json
    Kristen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    30e13a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

  1. Merge from main

    Kristen committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b17f7b1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into testimonialsPage

    # Conflicts:
    #	.tina/__generated__/_graphql.json
    #	.tina/__generated__/_schema.json
    Kristen committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a441c27 View commit details
    Browse the repository at this point in the history
  3. 🐛Fix the eslint warning

    Kristen committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c1b5441 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

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

Commits on Oct 7, 2023

  1. Merge branch 'main' into testimonialsPage

    # Conflicts:
    #	.tina/__generated__/_graphql.json
    #	.tina/__generated__/_schema.json
    Kristen committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    47ebc04 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. 📃Migrate testimonial cards

    Kristen committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    816d8b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge branch 'main' into testimonialsPage

    Kristen committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    62f6145 View commit details
    Browse the repository at this point in the history
  2. 🐛center the loading animation

    Kristen committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c1f0d2c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into testimonialsPage

    Kristen committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f6ec8d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge branch 'main' into testimonialsPage

    # Conflicts:
    #	.tina/__generated__/_graphql.json
    #	.tina/__generated__/_lookup.json
    #	.tina/__generated__/_schema.json
    Kristen committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b971d3a View commit details
    Browse the repository at this point in the history
  2. 🐛Fix the display issue of testimonial cards

    Kristen committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    bd259d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. ✨Extract testimonialCards as a public component

    Kristen committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9aea503 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge branch 'main' into testimonialsPage

    # Conflicts:
    #	.tina/__generated__/_graphql.json
    #	.tina/__generated__/_lookup.json
    #	.tina/__generated__/_schema.json
    Kristen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9197538 View commit details
    Browse the repository at this point in the history
  2. Merge from main branch

    Kristen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    2720fe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    789a6b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. ⚡Remove useless code from company.tsx

    Co-authored-by: Harry Ross [SSW] <[email protected]>
    KristenHu and Harry-Ross authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6dba68e View commit details
    Browse the repository at this point in the history
  2. ⚡Remove useless code from company.tsx

    Co-authored-by: Harry Ross [SSW] <[email protected]>
    KristenHu and Harry-Ross authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7254bad View commit details
    Browse the repository at this point in the history
  3. ⚡Remove useless props form testimonials.mdx

    Kristen committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d5c9ebd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into testimonialsPage

    # Conflicts:
    #	.tina/__generated__/_graphql.json
    #	.tina/__generated__/_schema.json
    Kristen committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7a188fe View commit details
    Browse the repository at this point in the history
  5. 🐛Reverse the file

    Kristen committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9897694 View commit details
    Browse the repository at this point in the history
  6. ⚡Remove the wrong description in testimonialsList

    Co-authored-by: Harry Ross [SSW] <[email protected]>
    KristenHu and Harry-Ross authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6f2e28b View commit details
    Browse the repository at this point in the history