@@ -173,17 +173,25 @@ <h4>Repair System Prompt</h4>
173
173
</ expansion-panel >
174
174
175
175
@if (report.details.summary.aiSummary !== undefined) {
176
- < button #aiAssistButton class ="fab " (click) ="isAiAssistantVisible.set(true) ">
177
- < span class ="material-symbols-outlined "> smart_toy</ span >
178
- </ button >
179
-
180
- @defer (on interaction(aiAssistButton)) {
181
- < app-ai-assistant
182
- [class.hidden] ="!isAiAssistantVisible() "
183
- [reportGroupId] ="reportGroupId() "
184
- (close) ="isAiAssistantVisible.set(false) "
185
- />
186
- }
176
+ < expansion-panel size ="large " class ="root-section ">
177
+ < expansion-panel-header >
178
+ < img src ="gemini.webp " alt ="Gemini Logo " height ="30 " width ="30 " />
179
+ AI Summary
180
+ </ expansion-panel-header >
181
+ < div [innerHTML] ="report.details.summary.aiSummary "> </ div >
182
+ </ expansion-panel >
183
+ }
184
+
185
+ < button #aiAssistButton class ="fab " (click) ="isAiAssistantVisible.set(true) ">
186
+ < span class ="material-symbols-outlined "> smart_toy</ span >
187
+ </ button >
188
+
189
+ @defer (on interaction(aiAssistButton)) {
190
+ < app-ai-assistant
191
+ [class.hidden] ="!isAiAssistantVisible() "
192
+ [reportGroupId] ="reportGroupId() "
193
+ (close) ="isAiAssistantVisible.set(false) "
194
+ />
187
195
}
188
196
189
197
@if (missingDeps().length > 0) {
@@ -274,9 +282,7 @@ <h2>Generated applications</h2>
274
282
}
275
283
276
284
@if (hasBuildFailureDuringA11yRepair(result)) {
277
- < span class ="status-badge error "
278
- > Build failed after a11y repair</ span
279
- >
285
+ < span class ="status-badge error "> Build failed after a11y repair</ span >
280
286
}
281
287
</ div >
282
288
</ div >
@@ -343,13 +349,7 @@ <h5>
343
349
[class.warn] ="totalPercent < 90 && totalPercent >= 80 "
344
350
[class.error] ="totalPercent < 80 "
345
351
>
346
- {{ result.score.totalPoints }} / {{ result.score.maxOverallPoints }} points ({{
347
- totalPercent
348
-
349
-
350
-
351
-
352
-
352
+ {{ result.score.totalPoints }} / {{ result.score.maxOverallPoints }} points ({{totalPercent
353
353
}}%)
354
354
</ span >
355
355
</ div >
0 commit comments