Request to add arrow icon that matches the weight of and style of the 'Selected' icon #3041
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hey @margitkuhlberg ! The Selected icon unfortunately isn't meant to be used in a case like this to mean "success", which is why its weight is a bit out-of-place. You can take a look at our Status pattern, which shows how we recommend showing successes and errors in table data: https://paste.twilio.design/patterns/status One thing the Status pattern also outlines is whether or not icons need to be added to all statuses: https://paste.twilio.design/patterns/status#pairing-process-statuses-with-plain-text-statuses You could consider removing the Selected icon altogether, and rely on icons only to draw attention to the "bad" deltas (assuming that's what customers mainly need to know). I've mocked up some options here: https://www.figma.com/file/SpeLpBoqN2vZv8KWcSn0J1/Paste-Feedback?node-id=2304%3A416587&t=ge7tJBMg89aTIehN-0 Options 2B and 3 show explorations that include new icons we could add (e.g., "TrendUpIcon", "TrendDownIcon") to support these kinds of statuses in tables. Let us know if any of these options are preferable for your use case, or if there's something we're not considering about your customers' needs! Also, out of curiosity:
|
Beta Was this translation helpful? Give feedback.
-
Hi @serifluous, we have chosen to go with Option 3 from your recommendations. Thank you for your input! |
Beta Was this translation helpful? Give feedback.
-
@serifluous to go with the 3rd option, we'd need the "TrendUpIcon", "TrendDownIcon". What's the best way to proceed to add those? |
Beta Was this translation helpful? Give feedback.
-
Hey @margitkuhlberg, feel free to follow along with this PR (#3095). When it merges, all of the new icons will be available for use! |
Beta Was this translation helpful? Give feedback.
Hey @margitkuhlberg ! The Selected icon unfortunately isn't meant to be used in a case like this to mean "success", which is why its weight is a bit out-of-place. You can take a look at our Status pattern, which shows how we recommend showing successes and errors in table data: https://paste.twilio.design/patterns/status
One thing the Status pattern also outlines is whether or not icons need to be added to all statuses: https://paste.twilio.design/patterns/status#pairing-process-statuses-with-plain-text-statuses You could consider removing the Selected icon altogether, and rely on icons only to draw attention to the "bad" deltas (assuming that's what customers mainly need to know).
I've m…