Component usage feedback in showing operator results #1813
-
Hello team, I am redesigning how to display operator results for EIP. As is: Use the disclosure the show different operator results (see the right-side panel in the screenshot); Problem: Not intuitive for users to know what has been found; New design: Use the card to show operator results at the forefront; Reduce redundant information; Please see Figma file: https://www.figma.com/file/Bd0atRbK0lBsXOuXNQJZaz/UI-Revamp?node-id=548%3A181269 In the new design, the new card is a rather custom UI, I'd like to get your opinions on the component usage if you have any (e.g. card. separator, etc.). Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @QiiFeng, thanks for sending these files along with your question, they're super helpful. Discussing this with the team to get you some feedback real soon! |
Beta Was this translation helpful? Give feedback.
-
Hi @QiiFeng, After viewing the prototype, we also recommend that the feedback "widget" should be displayed rather than hidden and only appear on hover. The proposed design interaction could jarring for users if only displayed on hover, as the elements move and the hit area can easily be triggered. For the card's interactive element with the label, the current background color change is not accessible alone, it will also need a shape or another visual change to better indicate that the element is interactive. The design suggestions can be better seen in this Figma file frame. Please let us know if you have any more questions! |
Beta Was this translation helpful? Give feedback.
Hi @QiiFeng,
For the usage of the card component, it's fairly flexible. We noticed in the UI design that the border width was changed to be 1px instead of the defaulted 2px border width for the card component. We recommend using the card component, as it pertains well to your needs in the design for containing a group of content together, but if you want to customize the design, your team can style a "box" instead.
After viewing the prototype, we also recommend that the feedback "widget" should be displayed rather than hidden and only appear on hover. The proposed design interaction could jarring for users if only displayed on hover, as the elements move and the hit area can easily be tri…