-
Notifications
You must be signed in to change notification settings - Fork 43
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
✨ Move Analysis Details to full page view #1930
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1930 +/- ##
==========================================
+ Coverage 39.20% 42.10% +2.90%
==========================================
Files 146 163 +17
Lines 4857 5239 +382
Branches 1164 1276 +112
==========================================
+ Hits 1904 2206 +302
- Misses 2939 3017 +78
- Partials 14 16 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Functionality looks great. Landing on a new page LGTM. Browser back works well.
One minor nit-pick, but otherwise looks great.
client/src/app/pages/applications/applications-table/applications-table.tsx
Outdated
Show resolved
Hide resolved
Related changes: 1. extend BreadCrumbPath component to support non-links 2. refactor CSS styles for SimpleDocumentViewer to support both modal and in-page mode 3. create new route for the analysis details page: /applications/:applicationId/analysis-details/:taskId Reference-Url: konveyor#1929 Signed-off-by: Radoslaw Szwajkowski <[email protected]>
Related changes:
and in-page mode
/applications/:applicationId/analysis-details/:taskId
Part-of: #1929