-
Notifications
You must be signed in to change notification settings - Fork 540
[Dashboard] Add Insight blueprint playground #5631
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
apps/dashboard/src/app/team/[team_slug]/[project_slug]/insight/[blueprint_slug]/page.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5631 +/- ##
=======================================
Coverage 51.65% 51.65%
=======================================
Files 1097 1097
Lines 57788 57788
Branches 4773 4773
=======================================
Hits 29853 29853
Misses 27217 27217
Partials 718 718
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
05785ef
to
2622fa8
Compare
2622fa8
to
8c5b968
Compare
8c5b968
to
0d35304
Compare
...ard/src/app/team/[team_slug]/[project_slug]/insight/[blueprint_slug]/BluePrintPlayground.tsx
Outdated
Show resolved
Hide resolved
0d35304
to
ab71cef
Compare
9434446
to
819b17a
Compare
819b17a
to
32d5f61
Compare
32d5f61
to
74bb3b1
Compare
Merge activity
|
DASH-554 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on the removal of certain components related to `BlueprintsPage`, updates to the `useHeightObserver` function, and enhancements to the `BlueprintPlayground` functionality, including new utility functions for fetching blueprint data. ### Detailed summary - Deleted components: `BlueprintsPage`, `BlueprintsExplorer`, `BlueprintsPageHeader`. - Updated `useHeightObserver` to be an exported function. - Changed height from `40px` to `32px` in CSS. - Added new props (`scrollableContainerClassName`, `shadowColor`) to several components. - Implemented a new utility for fetching blueprints and their specifications. - Enhanced `BlueprintPlayground` to handle fetching and displaying blueprints. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
74bb3b1
to
7d25479
Compare
DASH-554
PR-Codex overview
This PR primarily focuses on refactoring and enhancing the
insight
feature in the application. It includes the removal of certain components, the addition of new functionalities, and improvements in code structure and UI elements.Detailed summary
BlueprintsPage.tsx
,BlueprintsExplorer.tsx
, andBlueprintsPageHeader.tsx
.useHeightObserver
to be exported.ScrollShadow.module.css
.scrollableContainerClassName
,shadowColor
) to several components.fetchBlueprintList
,fetchBlueprintSpec
, andfetchAllBlueprints
functions inutils.ts
.Page
component to handle blueprint fetching and rendering.BlueprintsSection
component for displaying blueprints.BlueprintCard
component for individual blueprint representation.SelectWithSearch
component to includepopoverContentClassName
.BlueprintPlayground
.