-
Notifications
You must be signed in to change notification settings - Fork 434
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
style(filter-component): redesign filter tag ui #861
style(filter-component): redesign filter tag ui #861
Conversation
Hey @shobhitexe, thanks for the PR! 🚀 amazing work and really appreciate the screen recording! The changes look great. Could you let me know what you think of that? Thanks |
Thank you for your feedback and appreciation, I apologize for overlooking the addition of the "+" symbol to add filters next to the current filters. I appreciate you bringing it to my attention. Regarding your question, I can make the necessary changes and include the "+" button in the current pull request. This way, we can keep all the related changes together in one place. Once again, thank you for your valuable feedback, and I'll make sure to address the missing "+" button promptly. |
Adding it here would be just perfect!🙌🏻 would be happy to review once pushed! |
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.
Great job @shobhitexe, LGTM!
Just missing the "+" action as mentioned by @ShubhamPalriwala :)
Hello I have implemented the functionality for "+" button Please review the pull request as I have made commits in the same branch.
2023-06-20.16-38-26.mp4 |
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.
Thanks for the changes @shobhitexe, I've identified a few bugs that need to be fixed :)
- The "+" button should be removed from a custom view as we don't allow users to update filters of a saved view:
Screen.Recording.2023-06-21.at.12.21.34.mov
- Might be related to the first bug but if you set up a filter on a view and then you jump back to "All resources", the previous values of the filter at set in the dropdown:
Screen.Recording.2023-06-21.at.12.24.18.mov
- I like that you keep the filters dropdown menu when a filter is added :) but can we close it if the filter was added from the "Filter by" button and not from the "+" button?
Screen.Recording.2023-06-21.at.12.28.59.mov
Sure , as per i understood
Am i correct ? |
exactly :) |
Hello, I have made some changes to address the bugs. Could you please take a look
2023-06-22.18-13-10.mp4
2023-06-22.18-13-38.mp4
2023-06-22.18-15-23.mp4 |
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.
Amazing work here @shobhitexe! Love the minute details that you have handled! Lgtm. Over to you @mlabouardy 🚀
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.
Thanks @shobhitexe for the changes 🙏🏻
Closes #841
Problem
The filter tags on inventory is looking more of a buttons and blending in the background
Solution
Changes the style of tags as per figma design
Changes Made
Screenshots
2023-06-18.14-40-51.mp4
Checklist
Reviewers
@mlabouardy