Skip to content
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

🐛 Refactor task state to icon mapping #1984

Merged
merged 2 commits into from
Jun 27, 2024
Merged

Commits on Jun 27, 2024

  1. Refactor task state to icon mapping

    Follow the mapping used by the drawer with following changes:
    1. use PauseCircleIcon also for QuotaBlocked state
    2. use TaskIcon for Ready state (instead of CheckCircleIcon)
    3. use CheckCircleIcon for state Succeeded
    
    Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
    rszwajko committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2931c3b View commit details
    Browse the repository at this point in the history
  2. Convert mapper to functional component

    Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
    rszwajko committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c29552e View commit details
    Browse the repository at this point in the history