-
Notifications
You must be signed in to change notification settings - Fork 18
Improve disabled radio state #1897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
libs/api-mocks/msw/handlers.ts
Outdated
| } | ||
| db.instances.push(newInstance) | ||
|
|
||
| await new Promise((resolve) => setTimeout(resolve, 5000)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can remove but helps for testing and is a bit more realistic.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
david-crespo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. The class is getting ridiculous. Don't tell the Tailwind haters.
oxidecomputer/console@644a45b...b9013a3 * [b9013a33](oxidecomputer/console@b9013a33) oxidecomputer/console#1898 * [fb9e9ca5](oxidecomputer/console@fb9e9ca5) oxidecomputer/console#1904 * [9ae29498](oxidecomputer/console@9ae29498) oxidecomputer/console#1897 * [6b894ceb](oxidecomputer/console@6b894ceb) oxidecomputer/console#1901 * [d80d2e7c](oxidecomputer/console@d80d2e7c) oxidecomputer/console#1886 * [2a7da0fa](oxidecomputer/console@2a7da0fa) bump vite for security fix * [700e2700](oxidecomputer/console@700e2700) oxidecomputer/console#1893
oxidecomputer/console@644a45b...b9013a3 * [b9013a33](oxidecomputer/console@b9013a33) oxidecomputer/console#1898 * [fb9e9ca5](oxidecomputer/console@fb9e9ca5) oxidecomputer/console#1904 * [9ae29498](oxidecomputer/console@9ae29498) oxidecomputer/console#1897 * [6b894ceb](oxidecomputer/console@6b894ceb) oxidecomputer/console#1901 * [d80d2e7c](oxidecomputer/console@d80d2e7c) oxidecomputer/console#1886 * [2a7da0fa](oxidecomputer/console@2a7da0fa) bump vite for security fix * [700e2700](oxidecomputer/console@700e2700) oxidecomputer/console#1893
Tweaked the disabled radio state to match the other inputs, change cursor, hover no longer changes border colour.
That class is getting pretty complex, but unsure on how we might clean it up. I ended up grouping by state and type.