Import queue progress #87

Merged
rishighan merged 22 commits from import-queue-progress into master 2023-08-30 17:49:59 +00:00
Showing only changes of commit b4ef0b7817 - Show all commits

View File

@@ -179,6 +179,9 @@ function fileOpsReducer(state = initialState, action) {
case "LS_IMPORT_QUEUE_DRAINED": {
console.log("Queue drained");
return {
...state,
};
}
case COMICBOOK_EXTRACTION_SUCCESS: {