Claudio Wunder
Claudio Wunder
Yeah, in the end we just want to mock the usage of the data within Storybook, so even if the Provider has the real deal, it's fine if the hooks...
> I guess I'll try to find a workaround or maybe figuring out why it doesn't work in the first place... What doesn't work in the first place? We can...
Yeah, to be fair, I still would argue we shouldn't import the whole Base App tree on Storybooks (https://github.com/nodejs/nodejs.org/blob/main/.storybook/preview.tsx#L30), the idea initially was of course to the Stories to be...
@HinataKah0 let me know if you need help here :)
FYI @HinataKah0 do you have any progress here? I assume the `useDetectOS` is still needed 👀
Note that based on the new Figma's our `useDetectOS` might now need to provide more options: - If you're on Linux - If your architecture is x64 or x86 or...
> ### Enter your suggestions in details: > ### Is your feature request related to a problem? Please describe. > Not a big issue, but I was browsing new redesigned...
Pretty much an idea for a PR is to introduce the "getArchitecture" utility and embed it on our util that detects the UserOS (https://github.com/nodejs/nodejs.org/blob/main/hooks/react-client/useDetectOS.ts) So you could add an extra...
I assume we could do this, but we don't have the bandwidth right now, I guess
> There is no text indicating that javascript will change the links the buttons point to, or that it will identify the OS being used Hmmm, do you have examples...