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

Upgrade to NextJS 13 and app directory #97

Merged
merged 70 commits into from
Mar 29, 2023
Merged

Upgrade to NextJS 13 and app directory #97

merged 70 commits into from
Mar 29, 2023

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    559797f View commit details
    Browse the repository at this point in the history
  2. chore: remove old structure

    akiletour committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e8f6fd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9747ad6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eda77d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e60243 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    affe6b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5342309 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfc88b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e84b9ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1e97ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a65cd9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de01b10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c9b80c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8aed8ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a46aa05 View commit details
    Browse the repository at this point in the history
  16. feat(page): add legals page

    akiletour committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a756e21 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c10f023 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4a98eae View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    2fb2672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65eb6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a03517 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ddbe1b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0367420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bbd1c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee05350 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edd08b5 View commit details
    Browse the repository at this point in the history
  9. feat(page): add tma page

    akiletour committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    adb65b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6883d8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90ca318 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8fb7681 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. feat(page): add archive blog page

    Related to : INR-11
    akiletour committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a10bb45 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. feat(api): create hello api route

    This will closes INR-24
    akiletour committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    49f8468 View commit details
    Browse the repository at this point in the history
  2. feat(api): check contact spam submission with Akismet

    Related to: INR-6
    akiletour committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    33e2771 View commit details
    Browse the repository at this point in the history
  3. feat(api): send contact message through mailjet

    related to: INR-7
    akiletour committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    d9ceb63 View commit details
    Browse the repository at this point in the history
  4. feat(api): send contact message to Slack

    Related to: INR-20
    akiletour committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4adcd32 View commit details
    Browse the repository at this point in the history
  5. feat(header): add title and custom tma layout

    Related to: INR-22
    akiletour committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    85cb29b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    4a4404a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915efb0 View commit details
    Browse the repository at this point in the history
  3. feat(page): display blog detail

    Related to: INR-12
    akiletour committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9da1577 View commit details
    Browse the repository at this point in the history
  4. feat(blog-detail): apply blog post CSS

    Related to: INR-21
    akiletour committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    366066d View commit details
    Browse the repository at this point in the history
  5. feat(blog-detail): retrieve blog post body

    Related to : INR-13
    akiletour committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0656497 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. feat(blog): retieve comments of a blog article

    Related to : INR-25
    akiletour committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7efe0d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    270e434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe05695 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f6fc86 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. feat(blog): allow submit a new article comment

    Related to : INR-19, INR-18
    akiletour committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    fe69784 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. feat(portfolio): retrieve and display portolio categories

    Related to : INR-28
    akiletour committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    10f857b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8243ee3 View commit details
    Browse the repository at this point in the history
  3. feat(portfolio): retrieve taxonomy portfolio with its projects

    Related to: INR-29
    akiletour committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9c63e77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dff183e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    e7177d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27dfb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    083b990 View commit details
    Browse the repository at this point in the history
  4. feat(portfolio): retrieve data for a single portfolio project

    Related to: INR-28
    akiletour committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bf88134 View commit details
    Browse the repository at this point in the history
  5. feat(page): create base layout for a single project

    Related to: INR-9
    akiletour committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c0129c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    b2da627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca71105 View commit details
    Browse the repository at this point in the history
  3. feat(portfolio): retrieve related projects

    Related to: INR-30
    akiletour committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b15d9a9 View commit details
    Browse the repository at this point in the history
  4. feat(portfolio): handle layout page title

    Related to: INR-10
    akiletour committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    059c593 View commit details
    Browse the repository at this point in the history
  5. feat(header): handle dynamic breadcrumb

    Related to: INR-2
    akiletour committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0937daa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aba5e56 View commit details
    Browse the repository at this point in the history
  7. feat(pages): add dynamic breadcrumb

    Related to: INR-2
    akiletour committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    08f856f View commit details
    Browse the repository at this point in the history
  8. feat(seo): add title and description to the pages

    Related to: INR-7
    akiletour committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    41442ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffe63e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba336ae View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. feat(seo): add canonical on the whole app

    Related to: INR-7
    akiletour committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    8618f12 View commit details
    Browse the repository at this point in the history
  2. chore(deps): remove next-seo package

    Related to: INR-37
    akiletour committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    81e3364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc80772 View commit details
    Browse the repository at this point in the history
  4. fix(content): replace backend url with the front url

    Related to: INR-31
    akiletour committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    20419b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad98df5 View commit details
    Browse the repository at this point in the history