[feat] Add import failure detection and error handling for package manager (#4600)

This commit is contained in:
Jin Yi
2025-07-31 13:24:28 +09:00
committed by GitHub
parent cfb3011398
commit a6c3fa72be
17 changed files with 784 additions and 253 deletions

View File

@@ -124,11 +124,8 @@ const handleWhatsNewDismissed = async () => {
* Show the node conflict dialog with current conflict data
*/
const showConflictModal = () => {
const conflictData = {
conflictedPackages: conflictDetection.conflictedPackages.value
}
showNodeConflictDialog({
...conflictData,
showAfterWhatsNew: true,
dialogComponentProps: {
onClose: () => {
markConflictsAsSeen()