-
Notifications
You must be signed in to change notification settings - Fork 31
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
BucketExplorer view files and breadcrumb paths #1696
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1696 +/- ##
==========================================
+ Coverage 76.15% 76.31% +0.16%
==========================================
Files 602 603 +1
Lines 45733 46097 +364
Branches 822 844 +22
==========================================
+ Hits 34828 35180 +352
- Misses 10810 10821 +11
- Partials 95 96 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -127,9 +133,17 @@ | |||
</template> | |||
<template v-slot:item.action="{ item }"> | |||
<v-icon | |||
v-if="item.icon === 'mdi-file' && !isBinary(item.name)" |
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.
Would be better to have isText instead of isBinary. That way you know a file is viewable, rather than just excluding 4 extensions.
Quality Gate passedIssues Measures |
closes #1264
closes #1679
closes #1680