Add link to Model type on Model details page#5914
Conversation
🦋 Changeset detectedLatest commit: ceb05f9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds a clickable link to the Model type on the Model details page, allowing users to navigate directly to the Model type's details. The change transforms a static text display into an interactive link.
- Replace static text display of Model type with a clickable link
- Update styling to use a flex layout with bold header text
- Add necessary imports for Link component and URL generation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/modeling/components/PageOrganizeContent/PageOrganizeContent.tsx | Converts static Model type text to a clickable link with updated styling |
| .changeset/khaki-walls-fix.md | Documents the feature addition for changelog |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
src/modeling/components/PageOrganizeContent/PageOrganizeContent.tsx
Outdated
Show resolved
Hide resolved
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5914 +/- ##
==========================================
- Coverage 39.69% 39.69% -0.01%
==========================================
Files 2624 2624
Lines 41664 41667 +3
Branches 9395 9398 +3
==========================================
Hits 16538 16538
- Misses 23880 23883 +3
Partials 1246 1246 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…t.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Scope of the change
Added link on model details page to model type: