-
Notifications
You must be signed in to change notification settings - Fork 15
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
Conversation
} | ||
|
||
return ( | ||
<div className={b('buttons-container')}> |
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.
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} />; |
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.
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.
} | ||
|
||
function OperationsActions({operation, database, refreshTable}: OperationsActionsProps) { | ||
const [cancelOperation, {isLoading: isLoadingCancel}] = |
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.
As for me it would be nice to show success toast if action is completed. What do you think?
@Raubzeug changed popovers to ActionTooltip |
Closes #1415
Stand
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Bundle Size: 🔺
Current: 79.19 MB | Main: 79.12 MB
Diff: +0.07 MB (0.09%)
ℹ️ CI Information