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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user