Closed johnmurphy01 closed 1 year ago
Fixes #181 Huuuuge refactoring effort to keep this extension somewhat readable and "up with the times":
Refactored the entire core extenion code file which included:
Removing unused parameters
Restructuring some code
Using async/await syntactic sugar instead of old Promises
Remove comments that weren't necessary
Use const and let where possible instead of var
const
let
var
Renamed some variables
Re-tested all functionality
Broke experimental batch cloning(I'm still investigating this, likely due to the Manifest upgrade since the batch logic is separate)
Fixes #181 Huuuuge refactoring effort to keep this extension somewhat readable and "up with the times":
Refactored the entire core extenion code file which included:
Removing unused parameters
Restructuring some code
Using async/await syntactic sugar instead of old Promises
Remove comments that weren't necessary
Use
const
andlet
where possible instead ofvar
Renamed some variables
Re-tested all functionality
Broke experimental batch cloning(I'm still investigating this, likely due to the Manifest upgrade since the batch logic is separate)