Skip to content

Commit 6cbac48

Browse files
committed
improved results view
1 parent 79ac685 commit 6cbac48

File tree

65 files changed

+78
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+78
-67
lines changed

lasso/src/pages/lasso/result.tsx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import { Editor } from '@monaco-editor/react';
2323
import GraphComponent from '@site/src/components/Graph/graph';
2424

2525
import ChevronRightIcon from '@mui/icons-material/ChevronRight';
26-
import ClusteredSRMViewer from '@site/src/components/SrmViewer/ClusteredSRMViewer';
2726
import ClusteredSRMAccordionViewer from '@site/src/components/SrmViewer/ClusteredSRMAccordionViewer';
2827
import TestClusteredSRMAccordionViewer from '@site/src/components/SrmViewer/TestClusteredSRMAccordionViewer';
28+
import { CodeSnippetCard } from '@site/src/components/CodeSnippet/CodeSnippetCard';
2929

3030
interface TabPanelProps {
3131
children?: React.ReactNode;
@@ -320,9 +320,10 @@ DRAFT
320320
<br /> */}
321321

322322

323-
<List dense={true}>
323+
{/* <List dense={true}>
324324
325325
{ab.codeUnits.map((codeUnit) => (
326+
326327
<ListItem key={codeUnit.id}>
327328
<ListItemIcon>
328329
<Code />
@@ -357,7 +358,17 @@ DRAFT
357358
358359
</ListItem>
359360
))}
360-
</List>
361+
</List> */}
362+
363+
<Grid container spacing={3} sx={{ mt: 1 }}>
364+
{ab.codeUnits.map((codeUnit) => (
365+
<Grid item xs={12} key={codeUnit.id}>
366+
<CodeSnippetCard snippet={codeUnit} />
367+
</Grid>
368+
))}
369+
</Grid>
370+
371+
<br/>
361372

362373
<Typography>
363374
{ab.specification.tests.length} Test(s)

web/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="Docusaurus v3.7.0">
66
<title data-rh="true">Page Not Found | LASSO</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://softwareobservatorium.github.io/web/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | LASSO"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/404.html"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/web/blog/rss.xml" title="LASSO RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/web/blog/atom.xml" title="LASSO Atom Feed"><link rel="stylesheet" href="/web/assets/css/styles.0ab87e24.css">
8-
<script src="/web/assets/js/runtime~main.bd82bdf1.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.4f7fb13c.js" defer="defer"></script>
99
<script src="/web/assets/js/main.e4f485e3.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">

web/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="Docusaurus v3.7.0">
66
<title data-rh="true">About LASSO | LASSO</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://softwareobservatorium.github.io/web/about"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="About LASSO | LASSO"><meta data-rh="true" name="description" content="Team / Authors"><meta data-rh="true" property="og:description" content="Team / Authors"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/about"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/web/blog/rss.xml" title="LASSO RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/web/blog/atom.xml" title="LASSO Atom Feed"><link rel="stylesheet" href="/web/assets/css/styles.0ab87e24.css">
8-
<script src="/web/assets/js/runtime~main.bd82bdf1.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.4f7fb13c.js" defer="defer"></script>
99
<script src="/web/assets/js/main.e4f485e3.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)