Skip to content

Commit

Permalink
feat(graph): rework pdv target section & remove unused code (#21159)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored Jan 16, 2024
1 parent 253c0ff commit e38b0bb
Show file tree
Hide file tree
Showing 41 changed files with 1,913 additions and 1,208 deletions.
8 changes: 8 additions & 0 deletions graph/client/src/app/external-api-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ export class ExternalApiImpl extends ExternalApi {
}
}

openProjectDetails(projectName: string, targetName?: string) {
this.router.navigate(
`/project-details/${encodeURIComponent(projectName)}${
targetName ? `?expanded=${encodeURIComponent(targetName)}` : ''
}`
);
}

focusProject(projectName: string) {
this.router.navigate(`/projects/${encodeURIComponent(projectName)}`);
}
Expand Down
288 changes: 0 additions & 288 deletions graph/project-details/src/lib/json-line-renderer.tsx

This file was deleted.

Loading

1 comment on commit e38b0bb

@vercel
Copy link

@vercel vercel bot commented on e38b0bb Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.