-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#7111 Fix deactivation/delete actions for unsaved standalone mod comp…
…onents (#7121) * refactor rename useSaveExtension -> useSaveStandaloneModComponent * refactor rename saveExtension -> saveStandaloneModComponent * rename saveExtension -> saveModComponent * add upsertStandaloneModComponent to rtk query endpoints * update modal message * add isSavedOnMod via selector * create selector for isSavedOnCloud * introduce modal constants * refactor remove useDeactivateModComponent/useDeleteModComponent * refactor use useRemoveModComponent * change type of props for useRemoveModComponentFromStorage * refactor rename useRemoveModComponent -> useRemoveModComponentFromStorage * remove useDeactivate... useDelete... helper hooks * update comment * remove showConfiramtionModal prop * update callback dependency props * revert unused changes * change config prop
- Loading branch information
Showing
9 changed files
with
151 additions
and
150 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
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.