-
Notifications
You must be signed in to change notification settings - Fork 159
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(ui): PR deep links in Promotion steps and in Promotion lists #3129
Conversation
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3129 +/- ##
==========================================
+ Coverage 51.26% 51.27% +0.01%
==========================================
Files 283 285 +2
Lines 25563 25706 +143
==========================================
+ Hits 13104 13182 +78
- Misses 11762 11824 +62
- Partials 697 700 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO there is too much shared components, utils and types in plugins. Let's try to separate code as much as you can. Also, I'd like to have more clear structure.
Maybe:
-plugins
- common
- plugin1
- plugin2
- index.tsx
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Done! Thanks for this suggestion. I have use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
8300806
to
a7fc349
Compare
…uity#3129) Signed-off-by: Mayursinh Sarvaiya <[email protected]> Signed-off-by: Diego Caspi <[email protected]>
…uity#3129) Signed-off-by: Mayursinh Sarvaiya <[email protected]>
fixes #3024
Other than fix. This PR does some works for
Screen.Recording.2024-12-12.at.4.42.55.PM.mov
Will cleanup some UI a bit but other than that its ready to review