-
Notifications
You must be signed in to change notification settings - Fork 17
fix: progress is not shown for export #3092
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
Conversation
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.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
| kind: OperationKind; | ||
| }): DataTableColumn<TOperation>[] { | ||
| const isBuildIndex = kind === 'buildindex'; | ||
| const isImportOrExport = ['import/s3', 'export/s3', 'export/yt'].includes(kind); |
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.
maybe take constant out of function?
|
|
||
| const tooltipContent = isBuildIndex ? getDescriptionTooltip(row) || row.id : row.id; | ||
| const tooltipContent = isBuildIndex | ||
| ? getDescriptionTooltip(row.metadata as IndexBuildMetadata | undefined) || |
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.
here and farther is it possible to get rid of typecast?
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.
3 files reviewed, 1 comment
Edit Code Review Agent Settings | Greptile
React with 👍 or 👎 to share your feedback on this new summary format
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.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
Closes #3072
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Test Changes Summary ⏭️2
⏭️ Skipped Tests (2)
Bundle Size: 🔺
Current: 66.12 MB | Main: 66.11 MB
Diff: +0.01 MB (0.02%)
ℹ️ CI Information