-
Notifications
You must be signed in to change notification settings - Fork 24
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: Update AssetsTable to conditionally render file path column #3565
feat: Update AssetsTable to conditionally render file path column #3565
Conversation
Bundle ReportChanges will increase total bundle size by 6.03kB (0.03%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 6.03kB (0.03%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3565 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 806 806
Lines 14478 14498 +20
Branches 4105 4112 +7
=======================================
+ Hits 14321 14341 +20
Misses 150 150
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3565 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 806 806
Lines 14478 14498 +20
Branches 4112 4112
=======================================
+ Hits 14321 14341 +20
Misses 150 150
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3565 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 806 806
Lines 14478 14498 +20
Branches 4105 4119 +14
=======================================
+ Hits 14321 14341 +20
Misses 150 150
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3565 +/- ##
=======================================
Coverage 98.91% 98.91%
=======================================
Files 806 806
Lines 14478 14498 +20
Branches 4105 4112 +7
=======================================
+ Hits 14321 14341 +20
Misses 150 150
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
38e5544
to
957fd88
Compare
useFlags: vi.fn().mockReturnValue({ renderBundleFilePathColumn: true }), | ||
})) | ||
|
||
vi.mock('shared/featureFlags', async (importOriginal) => { |
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.
lint error for unused variable
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.
1 lint fix. LGTM besides that
Description
Note
Requires (contains code from) #3535 - as it needs to be merged first
This PR adds in a new conditionally rendered column titled "File path" for a given set of supported plugins.
Closes codecov/engineering-team#2958
Notable Changes
x/24
widths to Tailwind configAssetsTable
with new columnScreenshots
File path supported plugin (trust that there are actual values in the column 😅):
Non-file path supported plugin: