Skip to content

feat: add control to execute forget command for an export #1552

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

Merged
merged 13 commits into from
Oct 31, 2024

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Oct 28, 2024

Closes #1415

Stand

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
134 132 0 2 0

Bundle Size: 🔺

Current: 79.19 MB | Main: 79.12 MB
Diff: +0.07 MB (0.09%)

⚠️ Bundle size increased. Please review.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@astandrik astandrik marked this pull request as ready for review October 29, 2024 08:35
@Raubzeug
Copy link
Contributor

Popover is cut when it's not enough place. Why not use native titles?
Screenshot 2024-10-29 at 11 43 40

}

return (
<div className={b('buttons-container')}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets use Flex from uikit?

@@ -13,6 +14,9 @@ import './CriticalActionDialog.scss';
const b = cn('ydb-critical-dialog');

const parseError = (error: IResponseError) => {
if (error.data && 'issues' in error.data && error.data.issues) {
return <ResultIssues data={error.data} />;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks strange... What if we remove ydb-critical-dialog__error-icon in case when we show issues tree?
Screenshot 2024-10-29 at 11 45 53

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is seems formatting is broken when expand issues
Screenshot 2024-10-31 at 12 35 04

}

function OperationsActions({operation, database, refreshTable}: OperationsActionsProps) {
const [cancelOperation, {isLoading: isLoadingCancel}] =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As for me it would be nice to show success toast if action is completed. What do you think?

@astandrik astandrik requested a review from Raubzeug October 30, 2024 09:17
@astandrik
Copy link
Collaborator Author

@Raubzeug changed popovers to ActionTooltip

@astandrik astandrik added this pull request to the merge queue Oct 31, 2024
Merged via the queue into main with commit b31d2cf Oct 31, 2024
6 checks passed
@astandrik astandrik deleted the astandrik.add-controls-1415 branch October 31, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add control to execute forget command for an export
2 participants