Skip to content

Bugfix/parallelize widget creation

Clément requested to merge bugfix/parallelize-widget-creation into dev
  • separate widget creation and widget insertion: appendWidget() and appendSet() are replaced by createWidget() and createSet()
  • parallelize widget creation: use Promise.all()
Edited by Clément

Merge request reports