Skip to content

Commit

Permalink
[Explorer] Render project task graph and version counts (#119)
Browse files Browse the repository at this point in the history
Resolves #117.
  • Loading branch information
geoffxy authored Dec 2, 2024
1 parent a7f9f65 commit 7913457
Show file tree
Hide file tree
Showing 12 changed files with 880 additions and 13 deletions.
1 change: 1 addition & 0 deletions explorer/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default [
"warn",
{ allowConstantExport: true },
],
"react/prop-types": "off",
},
},
];
5 changes: 5 additions & 0 deletions explorer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/png"
href="/src/assets/ConductorFavicon64.png"
/>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 7913457

Please sign in to comment.