-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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 Header
and Footer
Components
#5304
Comments
I'm taking this issue . (if it's ok) |
Can you choose one component? (As we want to have one per time) |
i prefer footer |
About footer I just have to migrate code or I have to implement-it ? |
I will look into the Header component |
@AugustinMauroy, you should migrate not reimplement it, if possible :) (We want to have the same design and feature-set, as otherwise it could take more time to get an approval) |
So I just create the component and create the stories |
@ovflowd hi, I started to work on converting |
It's common error with nextjs and |
This sounds a Next.js cache issue. I'd delete the |
@ovflowd Did so and still getting it. Can you think of any other command expect to |
I honestly don't know why you're facing this. I will investigate 😅 What Node.js version you're using and which OS? Will try to replicate this issue. |
Using macOS 13.0.1 |
@u-rogel I've spotted a weird misconfiguration on package.json, and fixed it :) (It was related to |
@ovflowd any idea how to fix it or will you push a fix to it? |
@u-rogel I pushed a fix already to the major/website-redesign branch :) |
Cool, now it works! |
@ovflowd I would like to take either of header/footer |
Hey there 👋 as shown above these two also got worked on already (checkboxes marked), another issue I forgot to close 🙈😅 But thanks for the interest! I'm actually going to open a few more issue that need work 👀 haven't had time yet 🫠 |
Continuing the migration of components from
nodejs.dev
that we started here, we want to migrate theHeader
andFooter
Components.This issue will keep track of these components and their development progress.
The Migration of each Component
components
folder on this repositorycomponents/NewHeader
)hooks
folder of the repository.Dark Theme Switcher
), if it is straightforward enough (e.g. a dark theme switcher plugin for Next.js or it is simple enough to code by ourselves, e.g. a Hook that we manage together with a React Provider) then feel free to do it.List of Components to Migrate
Footer
NewFooter
@AugustinMauroyHeader
NewHeader
@u-rogelThe text was updated successfully, but these errors were encountered: