/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
core/templates/components/version-diff-visualization/version-diff-visualization.component.html
29 строк
1 KB
Aditya Lakhotia
Fix part of #25941: Clean up legacy embedded <style> tags from HTML templates removing inconsistency of next 30 files (part-2) (#26855)
24 июл 2026, 19:54
Не верифицирован
24 июл 2026, 19:54
5531df6
Код
Авторство
О чём код?
<div [hidden]="diffGraphData" class="oppia-align-center"> Loading <loading-dots></loading-dots> </div> <div class="version-diff-container"> <mat-card class="diff-graph version-diff-graph e2e-test-history-graph"> <state-graph-visualization [versionGraphData]="diffGraphData" [nodeColors]="diffGraphNodeColors" [nodeSecondaryLabels]="diffGraphSecondaryLabels" [initStateId2]="v1InitStateId" class="version-diff-container-graph" [linkPropertyMapping]="DIFF_GRAPH_LINK_PROPERTY_MAPPING" (onClickFunction)="onClickStateInDiffGraph($event)"> </state-graph-visualization> </mat-card> <h4 class="exploration-graph-legend-heading">Exploration Graph Legend:</h4> <div class="version-diff-graph"> <mat-card class="legend-graph version-diff-graph" [hidden]="!diffGraphData"> <state-graph-visualization [versionGraphData]="legendGraph" [nodeColors]="LEGEND_GRAPH_COLORS" [nodeSecondaryLabels]="LEGEND_GRAPH_SECONDARY_LABELS" [linkPropertyMapping]="LEGEND_GRAPH_LINK_PROPERTY_MAPPING" id="legend-graph"> </state-graph-visualization> </mat-card> </div> </div>