feat: finishing up some other use cases and re-writing some logic with some more tests

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-06-12 17:41:21 +02:00
parent c92f5dedee
commit 128279fc4f
6 changed files with 158 additions and 68 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ const routes = (
path="/tech-radar"
element={<TechRadarPage width={1500} height={800} />}
/>
<FeatureFlagged flag="show-graphiql-page">
<FeatureFlagged with="show-graphiql-page">
<Route path="/graphiql" element={<GraphiQLPage />} />
</FeatureFlagged>
<Route path="/lighthouse" element={<LighthousePage />} />
@@ -283,7 +283,7 @@ const serviceEntityPage = (
{overviewContent}
</EntityLayout.Route>
<FeatureFlagged flag="show-graphiql-page">
<FeatureFlagged with="show-graphiql-page">
<EntityLayout.Route path="/ci-cd" title="CI/CD">
{cicdContent}
</EntityLayout.Route>
@@ -306,7 +306,7 @@ const serviceEntityPage = (
<EntityLayout.Route path="/dependencies" title="Dependencies">
<Grid container spacing={3} alignItems="stretch">
<FeatureFlagged flag="show-graphiql-page">
<FeatureFlagged with="show-graphiql-page">
<Grid item md={6}>
<EntityDependsOnComponentsCard variant="gridItem" />
</Grid>