Not related to this directly, but shadcn drawer is built on the top of vaul which is unmintained, so who ever use this in production, keep this in your mind.
Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
31–40 of 44 posts
Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#32Not related to this directly, but shadcn drawer is built on the top of vaul which is unmintained, so who ever use this in production, keep this in your mind.
Gotta love the JS ecosystem where devs move faster than users.
this is why ecosystem that stable like Go is better for vibe coding
Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#33Earlier quoted context omitted.
That's unfair. You can browse, preview and get the CSS variables without signing up.
Email magic links are dumb. On top of that, forms that don't let you specify whether to login or to create an account are extra dumb. With magic links, one can't log in with just their password manager, and with a stupid combo form, anyone who mis-types or mis-remembers their email address just accidentally created a new account (or a new link that creates an account).
True, every login must be standardized around social auth and oauth2
Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#34Earlier quoted context omitted.
The problem with magic links is that the secret is sent with each login attempt. It's just like SMS verification codes - an attacker that controls the email address, or the phone number, can log right in. In this case, probably without even resetting a password. Plus, with no way to verify the account owner other than the email address, if the email address is lost or changed, the account's as good as gone. Also yes…
As opposed to username/password, where... An attacker that controls the email address can log right in. Unless you mean to say I should set up 2FA for my CSS theme variable helper website? Passkeys and OAuth/social login are great, but everyone has an email. And I don't think any mainstream site supports only passkey as an auth method (and no other way).
big tech is only allowing Social login from another big tech anyway, they use whitelist and banning everyone that dont use that because they cant guarantee untrusted "third party"
Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#35Earlier quoted context omitted.
Yup, this is the incompetence that we see all over the place since these new frameworks have come and front end devs have no idea what HTML actually is or how it works. Buttons are for submitting forms and nothing else. In HTML a link is created using an element. React has a element for this purpose, it will be rendered as . Please OP, at least try to learn a little bit about the underlying technologies.
It has nothing to do with "new frameworks". ASP devs have been making buttons into links for decades. Also, React does not have a Link element. Please at least try to learn a little bit about the underlying technologies.
Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#36Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#37Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#38Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#39Re: Show HN: Shadcn/UI theme editor – Design and share Shadcn themes
#40>Sign in or create an account with your email Into the trash it goes.
I get this. Just shipped the ability to create and edit themes locally, no auth required. The local theme gets persisted to localstorage and you can optionally save/share it later. It also works seamlessly with the fork / import features, so those can be used without auth as well.