@if (findingsSectionAvailable()) { @if (issues().length + aiActionFindings().length > 0) { ({{ issues().length + aiActionFindings().length }}) } @if (expanded()) {
@if (issues().length + aiActionFindings().length > 0) {
@for (chip of severityChips(); track chip.severity) { }
@if (visibleAiFindings().length > 0) { }
} @if (severityFilterEmpty()) {

{{ texts.findingsFilter.empty }}

}
  • {{ issue.severity }} {{ issue.analyzerId }} @let issueFixer = issueFixerForRow(issue); @let dismissValue = issueDismissValue(issue); @if (issueFixer !== null || dismissValue !== null) { @if (issueFixer; as fixer) { } @if (dismissValue !== null) { } }

    {{ issue.message }}

    @if (issue.fix?.summary; as fixSummary) {

    {{ texts.findingHintLabel }} {{ fixSummary }}

    }
  • @if (visibleDesignIssues().length > 0) { } @if (visibleObservedIssues().length > 0) {

    {{ texts.observedSessionsHeader }}

    } @if (visibleAiFindings().length > 0) { } @if (aiActionHiddenBuckets().length > 0) {
    @for (chip of aiActionHiddenBuckets(); track chip.bucket) { }
    @if (aiActionRevealedBucket(); as bucket) { @if (aiActionRevealedRows().length > 0) {
    } } }
    }
    }