-
Notifications
You must be signed in to change notification settings - Fork 65
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
Feature Request: OverflowIndicator #1593
Comments
@chanceaclark Let me know what you think? |
@bc-sarveshpandit I think our guidance is similar to the approach we take in our product list by having a dropdown show the rest of the groups: @davelinke what are your thoughts here? |
Well, I'm biased here as I was the one designing the one @bc-sarveshpandit shows on the screenshot. The one shown and the screenshot you pasted differ in many ways, as the first one is just about indicating that there are more items, and there is no action required directly from the overlay presented, hence the tooltip. The one in the product listing feels more as an action menu within the visual language of BigDesign, causing confusion around it's real utility I am of course inclined to the interaction Sarvesh is showing due to the fact that it doesn't disrupt row height keeping things clean and also denoting that the information within the dot is supportive but not essential. Maybe the visual aspect of it could be toned down to be less distractive and less "buttony" Neither of these two are a sanctioned official pattern yet, but we have definitely discussed the one in product listing as a little bit too much within Product Design. I'd be glad to introduce this overflow component through the Platform Design process. |
@davelinke @chanceaclark I'm unfamiliar with the process here.
@davelinke Would you need to go through this approval first before I can try to get a PR out for this component? |
Indeed @bc-sarveshpandit , process starts with approval and then integration into the figma library to have a source of truth for the code implementation. Will keep you posted on slack |
Thanks @davelinke |
Is your feature request related to a problem? Please describe.
The problem arises when displaying a long list of items in a user interface. A lengthy, comma-separated list can clutter the UI, become difficult to read, and overwhelm the user. Additionally, it can make the layout less visually appealing and reduce usability on smaller screens.
Describe the solution, feature, or improvement you'd like
React component that dynamically handles long lists by truncating them once a specified length is exceeded. Instead of showing all items, the component:
Is this something worth adding in big-design or is the use-case really specific not something worth adding to big-design?
The text was updated successfully, but these errors were encountered: