-
Notifications
You must be signed in to change notification settings - Fork 107
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
QRep UI Improvements #645
QRep UI Improvements #645
Conversation
@@ -49,6 +49,7 @@ | |||
"protobufjs": "^7.2.5", | |||
"react": "18.2.0", | |||
"react-dom": "18.2.0", | |||
"react-select": "^5.8.0", |
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.
Why is this necessary given existing dependency on @radix-ui/react-select ?
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.
We want our select dropdowns in create mirror (and everywhere else) to be searchable - a feature radix ui's react select does not seem to have.
I've issued #646 for this
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.
A separate PR should be made making the switch, removing @radix-ui/react-select too
abd793d
to
d79c34f
Compare
Partially implements #646