Member Junction
    Preparing search index...

    Indicator showing the review/feedback status of a test run.

    Usage:

    <app-review-status-indicator
    [hasReview]="true"
    [reviewedCount]="5"
    [totalCount]="10"
    [mode]="'badge'"
    ></app-review-status-indicator>
    Index

    Constructors

    Properties

    hasReview: boolean = false

    Whether this single item has been reviewed

    mode: "badge" | "count" | "progress" = 'badge'

    Display mode

    reviewedCount: number = 0

    Count of reviewed items (for aggregate display)

    showLabel: boolean = false

    Whether to show "reviewed" label in count mode

    showText: boolean = true

    Whether to show text label in badge mode

    totalCount: number = 0

    Total count of items (for aggregate display)

    Methods