Mike Robinson

Results 62 comments of Mike Robinson

https://github.com/wintercms/winter/blob/68b9a55abd8d9cb886ac3f5101c9a91821751e7a/modules/backend/assets/js/winter.alert.js#L21-L36

@bennothommo Maybe upgrading to SweetAlert 2 would be an option since it is promise-based. They even have an [ajax request example](https://github.com/t4t5/sweetalert/blob/master/docs-src/guides/index.md#ajax-requests) in the docs.

Since this hasn't been addressed for several months and the deprecation deadline is approachign quickly, I just switched to [`@react-oauth/google`](https://github.com/MomenSherif/react-oauth) for Google authentication with [`jwt_decode`](https://github.com/auth0/jwt-decode) to decode the JWT token...

@tuminzee If it's not too much code, I would try to integrate that into https://github.com/shadcn/ui/blob/main/apps/www/components/ui/input.tsx and submit a PR. You could add the optional parameter `showPasswordToggle` and if the `type`...

> @multiwebinc I have the code ready let me know how I can contribute Just edit the file and submit a pull request.

Sorry for the long delay. I just installed via `composer require winter/wn-ignition-plugin:dev-wip/1.2` and then in a plugin added [the code from my previous comment](#issuecomment-1286456303) and I get a 500 response...

@LukeTowers No, that doesn't appear to work for me. If I throw an Exception in a component's `onRender` method, the error page does not mention the file the error was...

I would love to see some way to have more semantic colors (e.g. primary, secondary, tertiary, success, warning, error) instead of just primary, secondary and destructive. And then a way...

Another one to look at for inspiration would be https://github.com/williamlmao/chimera-ui, which is a fork of this repo. Here's their theme generator https://www.chimera-ui.com/docs/theme

It isn't actually that hard to use the [Skeleton UI design tokens](https://www.skeleton.dev/docs/tokens) to style components and that makes theming all components super easy. ![image](https://github.com/shadcn/ui/assets/901732/e1fd9d25-d1b9-4f72-a75e-f73de52d9777) ![image](https://github.com/shadcn/ui/assets/901732/fa6c8512-ce27-48ad-a12b-7266d0838890) ![image](https://github.com/shadcn/ui/assets/901732/4219ef73-a3f5-461b-b8b7-3c256771cf37) @shadcn I wonder if...