Skip to content

Conversation

@IvanKiral
Copy link
Contributor

  • update to new next version

  • update to new next

  • update api route to route handlers

  • add dev:https script to package.json

  • update homepage page to app router

  • rewrite [slug] page into app router

  • rewrite articles listing page

  • rewrite articles [slug] to app router

  • update products listing page to app router

  • rewrite produicts detail page to app router

  • rewrite solutions page to app router

  • update callback and getPreviewApiKey to app router, remove pages router

  • use new searchParam util in product listing

  • use notFound instead of throwing when siteMenu can not be found

  • remove unused funcitons, rewrite homepage route to use draft mode

  • temporarily change to default eslint

  • adjust readme

  • remove unnecesray comment

  • return null instead react fragment in smartlinkinitailzer

Motivation

Which issue does this fix? Fixes #issue number

If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things that are not obvious?

Checklist

  • Code follows coding conventions held in this repo
  • Automated tests have been added
  • Tests are passing
  • Docs have been updated (if applicable)
  • Temporary settings (e.g. variables used during development and testing) have been reverted to defaults

How to test

If manual testing is required, what are the steps?

* update to new next version

* update to new next

* update api route to route handlers

* add dev:https script to package.json

* update homepage page to app router

* rewrite [slug] page into app router

* rewrite articles listing page

* rewrite articles [slug] to app router

* update products listing page to app router

* rewrite produicts detail page to app router

* rewrite solutions page to app router

* update callback and getPreviewApiKey to app router, remove pages router

* use new searchParam util in product listing

* use notFound instead of throwing when siteMenu can not be found

* remove unused funcitons, rewrite homepage route to use draft mode

* temporarily change to default eslint

* adjust readme

* remove unnecesray comment

* return null instead react fragment in smartlinkinitailzer
@IvanKiral IvanKiral requested a review from a team as a code owner January 23, 2025 09:17
@vercel
Copy link

vercel bot commented Jan 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ficto-healthtech ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 2:06pm
ficto-healthtech-qa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 2:06pm
ficto-imaging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 2:06pm
ficto-imaging-qa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 2:06pm
ficto-surgical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 2:06pm
ficto-surgical-qa ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 27, 2025 2:06pm

@netlify
Copy link

netlify bot commented Jan 23, 2025

Deploy Preview for new-sample-app ready!

Name Link
🔨 Latest commit b156855
🔍 Latest deploy log https://app.netlify.com/sites/new-sample-app/deploys/679791b1cbfbf800085848f6
😎 Deploy Preview https://deploy-preview-66--new-sample-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

};


export const generateStaticParams = () => [ { envId: defaultEnvId } ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How come that the envId param is not needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because we are generating it in layout.tsx

@IvanKiral IvanKiral merged commit 9007df6 into main Jan 27, 2025
12 checks passed
@IvanKiral IvanKiral deleted the update-next branch January 27, 2025 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants