Kyle Holmberg

Results 291 comments of Kyle Holmberg
trafficstars

@datphotogurl the page got added (https://www.operationcode.org/corporate-training), but it's not shown in any navigation. Where do you want to show it in the nav, if at all?

@michaelDragomir i'll leave this to you for a follow-up PR 👍🏼 One thing I need to get done for you... is upgrade to Next.js 14 so we can directly import...

@subhajit20 You could gradually work on this one! One component and/or one page per PR. It's nice because you won't feel like there's a mountain of work. Just whatever you...

Note that you may need to define [Tailwind theme values](https://tailwindcss.com/docs/theme) to leverage the existing CSS values more ergonomically: https://github.com/OperationCode/front-end/blob/main/common/styles/variables.css https://github.com/OperationCode/front-end/blob/main/common/styles/media-queries.css https://github.com/OperationCode/front-end/blob/main/common/styles/themeMap.js

This is a Next.js application. ReactDOM.render is not used in this repository. Perhaps try re-installing dependencies? Hopefully you've gone through the README instructions!

I don't think it'd be a problem! Just steer clear of the work being done in #1746 obviously

I can only assign one person to an issue on GitHub. Feel free to work on it regardless. Maybe post here what components you are working on for visibility.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request hopefully this helps!

@subhajit20 please note the changes I made here: https://github.com/OperationCode/front-end/compare/main..ee6c78cfe6ef2bdb5a67a34857e0ccb7372ac9c7 - I changed some theme names and values. - I installed [twmerge](https://github.com/dcastil/tailwind-merge) (please read the docs and make sure that components...

I'm trying to gradually include react-aria-components into an existing component library and there are many implementations containing potentially many different 3rd party components that leverage portaling. It's not really viable...