Skip to content

[Task](ui): remove success icon #1669

@franzheidl

Description

@franzheidl

Currently, we have two versions of a filled checkmark icon: success and check circle. Both can be used invariably, and basically carry the same semantics, however success has a square background area, check circle has a round one:

success – to be removed:
Image

use check circle instead:
Image

We're seeing both in use, sometimes on the same view and in close proximity to each other, laying a cognitive load on the user to process how these mean the same but are not. Also, success with its square background area evokes associations with a checkbox ui element, adding more potential for confusion.

In order to remedy this situation, we have decided to sundown success, and replace it with check circle wherever it is being used.

In order to achieve this, we need to:

  • remove the import: import Success from "@material-design-icons/svg/filled/check_box.svg"
  • keep the success name and allow further using it, but return check circle instead
  • test the fallback solution
  • update the success Icon to describe the fallback solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    ui-componentsAll tasks related to juno-ui-components library

    Type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions