-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(graph): expose functions to render pdv & error page #27833
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 18fd642. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
0eec6ba
to
45a5680
Compare
45a5680
to
b400832
Compare
graph/ui-project-details/src/lib/project-details/project-details.tsx
Outdated
Show resolved
Hide resolved
graph/ui-project-details/src/lib/project-details/project-details.tsx
Outdated
Show resolved
Hide resolved
graph/ui-project-details/src/lib/project-details/project-details.tsx
Outdated
Show resolved
Hide resolved
graph/ui-project-details/src/lib/project-info-header/project-info-header.tsx
Outdated
Show resolved
Hide resolved
9877523
to
29c76a9
Compare
25b5c24
to
a5bb0e9
Compare
a5bb0e9
to
c9bf963
Compare
…rPDV & renderError
1bbc8f9
to
18fd642
Compare
I tested this on latest and canary Nx releases. Can verify that everything is working with the old |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
we have fully isolated graph & error components with a good api but no way to access them directly from the outside (in console).
This PR adds two functions to the window object so that we can render the PDV directly instead of needing the entire app with routing and everything.