Mike Cebulski
Mike Cebulski
I updated the naming convention in docs and dashboard to remove the errors. I now realize this is more of an opinionated change and I probably should of just left...
I was digging into the RadixUI docs last night. I'm pretty sure I can get the Navigation Menu Primitive implemented in here too.. That will be the next thing I'll...
I found it impossible to pass a function to the docs navigation with the component passed as {children}. I decided to make the docs mobile navigation component a conditional in...
@Javad9s Thank you for putting together such a thorough test. I think the problem keeps getting overlooked because it is so intermittent. @leerob I've spent literal days off and on...
I added a pull request to fix this issue with some light refactoring in #55. I didn't add a new Radix component yet to improve animation and accessibility.
I'm gonna be that guy and sell you a CMS you didn't ask for. From your article you are looking for fine grained access control and custom components, which are...
Thank you Jacob for taking the time to look at this. I tried again just now after updating to 3.0.1 from beta.134 and it's working without issue.
My issue was completely user error. Somehow I ended up with a blank file and folder path to api/webhooks/stripe/route.ts. I'll remember its not worth wasting anyone's time to submit issues...
I see now that using the fields().some(field) is a pattern far removed from the usual merging from the function pattern Payload uses. I want to ensure the payment fields are...
Ok, I worked really hard on this, learned a bunch, and I think I finally found a pattern that fits Payload. I switched to using a `paymentFields()`. I have it...