-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed reverted PR: Fix cancel button when it doesn't provide feedback…
… to the user + UX improvements (#13388) * turn on "curly" rule * set a loading state for 'Cancel' button if user clicked * extend ToolTip component to support 'not-allowed' cursor * disable 'Reset data' and 'Sync now' buttons if sync is in 'pending' or 'running' status * set loading state and disable buttons in ResetDataModal if reset process is launched * extend ToolTip component - shoe desired cursor type when tooltip is active * refactored: control tooltips showing this props * replace functions call in jsx with components * add style for loading 'danger' button * minor improvements - use ternary operator conditionally setting the desired text * set loading state to 'false' if async action has failed * extend ConfirmationModal - to support optional cancelButtonText prop * extend useLoadingState component - to show an error notification if async action is failed * show notification message on top * replace using ResetData modal with default text with useConfirmationModalService * replace ResetDataModal (refresh schema) with useConfirmationModalService * remove obsolete ResetDataModal component * updated tests * replace ResetDataModal (changed column) with useConfirmationModalService
- Loading branch information
Showing
17 changed files
with
206 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 0 additions & 82 deletions
82
airbyte-webapp/src/components/ResetDataModal/ResetDataModal.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.