Bugfix/parallelize widget creation
- separate widget creation and widget insertion:
appendWidget()
andappendSet()
are replaced bycreateWidget()
andcreateSet()
- parallelize widget creation: use
Promise.all()
Edited by Clément
appendWidget()
and appendSet()
are replaced by createWidget()
and createSet()
Promise.all()