-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[master] refactor: the WebSocket logic in the details page of the exp…
…ansion center (#4429) * feat: enhance ExtensionsManagementDetail with improved install plan handling and state management Signed-off-by: donniean <[email protected]> * refactor: optimize install plan handling and reduce debounce wait time Signed-off-by: donniean <[email protected]> * refactor: remove unused resourceVersion from onSuccess callback in ExtensionsManagementDetail Signed-off-by: donniean <[email protected]> * feat: add console log for formattedInstallPlan statusState in ExtensionsManagementDetail Signed-off-by: donniean <[email protected]> * refactor: use useRef for formattedInstallPlan to maintain current statusState in ExtensionsManagementDetail Signed-off-by: donniean <[email protected]> * refactor: remove unused FormattedInstallPlan type import in ExtensionsManagementDetail Signed-off-by: donniean <[email protected]> * refactor: update debounce wait time to 1000ms and enhance status state handling in ExtensionsManagementDetail Signed-off-by: donniean <[email protected]> * refactor: remove unused ExtensionStatusState import and simplify status state check in ExtensionsManagementDetail Signed-off-by: donniean <[email protected]> * refactor: remove useless useWatchExtension Signed-off-by: donniean <[email protected]> * refactor: remove unnecessary blank lines in ExtensionsManagementDetail Signed-off-by: donniean <[email protected]> --------- Signed-off-by: donniean <[email protected]> Co-authored-by: donniean <[email protected]>
- Loading branch information
Showing
2 changed files
with
59 additions
and
30 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