feat #303: Container storage deletion and confirmation popup

This commit is contained in:
Rafee
2024-08-20 13:47:36 -04:00
parent ffbb740445
commit 606e08d2b7
8 changed files with 93 additions and 2 deletions
+3
View File
@@ -23,6 +23,9 @@ const messageHandler = {
case "deleteContainer":
response = backgroundLogic.deleteContainer(m.message.userContextId);
break;
case "deleteContainerDataOnly":
response = backgroundLogic.deleteContainerDataOnly(m.message.userContextId);
break;
case "createOrUpdateContainer":
response = backgroundLogic.createOrUpdateContainer(m.message);
break;