-
Notifications
You must be signed in to change notification settings - Fork 30
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
frontend: Revamp UI components #21
Comments
@swaptr I have opened a draft PR but one thing I want to discuss this drop down menu should be added to the UI or some other design should be preferred. |
Hello @anshikavashistha Thanks for your interest in working on this. The default dropdown menu component was borrowed from shadcn/ui and is available here: https://github.com/hyperledger-labs/aifaq/blob/dev/src/frontend/components/ui/dropdown-menu.tsx. I am looking for changes in the design of this component to have a more accessible design similar to the screenshot above. This will allow us to have a consistent design for dropdowns. We do not have a preferred design system here so you are free to experiment here. |
Thank you, @swaptr, for letting me know.Now I am looking forward to this . |
@swaptr PTAL |
The following UI components need to be revamped. Note that we are using
shadcn/ui
andradix
for the base components so we can support any first-class dependencies from there.The text was updated successfully, but these errors were encountered: