-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
Add proper dropdowns to the Filters Select Menu #1318
Comments
Should it look like this @akshatnema |
@akshatnema Can I work on this issue , the PR made for this was also long ago , I can work on this issue ? |
@reachaadrika Yeah you can work on this issue.
@Savio629 Yes, it should look like this but the height should be smaller for the dropdown. |
@akshatnema If the elements are more how could we decrease the height for the drop down? |
I would like to work on this |
@ashutosh887 @sambhavgupta0705 is already working on this pr. |
@Savio629 Can you assign me other Good First Issues to please? |
Hey Folks, I want to know, here we were working on building the user interface as described above or trying to find the code logic behind the drop-down? Though I know @sambhavgupta0705 is already working on this but want to understand the flow in order to help if needed. Do let me know! |
Hey @whoisvishesh, |
@Savio629 can i work on this? |
@priyanshu-101 currently @sagarkori143 is working on this issue |
Ok |
This issue has been automatically marked as stale because it has not had recent activity 😴 It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation. There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model. Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here. Thank you for your patience ❤️ |
@akshatnema is someone still working on this issue as it seems to be stale |
Yeah, I think @devilkiller-ag is working on it. |
Yes, I am on it. |
Hey, I want to work on this issue can you assign it to me? |
Hey @TejasSaraf, @devilkiller-ag is already working on this issue in the PR - #3174 |
Reason/Context
So for now, the Filter section when expanded with dropdowns extends a lot in the webpage which creates UI issues for many screens that they have to scroll to click on the
Apply Filters
button.Description
Introduce a new Dropdown for these filters so that we have dropdown menus of limited height only but making
overflow-y
set to scroll with good UI. Each item in the dropdown right now should act as an option in a row for the new dropdown.The text was updated successfully, but these errors were encountered: