css refactor
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
<!-- @PURPOSE: Displays the results of an LLM-based dashboard validation task. -->
|
||||
|
||||
<script>
|
||||
export let result = null;
|
||||
let {
|
||||
report,
|
||||
} = $props();
|
||||
|
||||
|
||||
function getStatusColor(status) {
|
||||
switch (status) {
|
||||
|
||||
Reference in New Issue
Block a user