feat(NodeGrading): Add show/hide toggle for class responses#2282
feat(NodeGrading): Add show/hide toggle for class responses#2282
Conversation
|
Coverage Impact Unable to calculate total coverage change because base branch coverage was not found. Modified Files with Diff Coverage (1)
🛟 Help
|
hirokiterashima
left a comment
There was a problem hiding this comment.
LGTM.
Can we simplify the template this way:
@if (classResponsesVisible) {
<filter-components
[components]="components"
[selectedComponents]="visibleComponents"
(componentsChange)="setVisibleComponents($event)"
/>
<a href="#" class="mat-caption" (click)="toggleClassResponses($event)" i18n>Hide</a>
} @else {
<a href="#" class="mat-caption" (click)="toggleClassResponses($event)" i18n>Show</a>
}
|
🎉 This PR is included in version 5.215.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |

Changes
Test