Get rid of collective.js.jqueryui dependency

Hi, I'm trying to undo the jqueryui dependency of the collective.cover plugin. To help solve issue # 851. https://github.com/collective/collective.cover/issues/851
At the moment I have managed to remove the JqueryUI by editing the following files:
~ / setup.py
~ / src / collective / cover / configure.zcml
~ / src / collective / cover / profiles / default / metadata.xml
~ / src / collective / cover / profiles / uninstall / jsregistry.xml

Now JS files calling JqueryUI fail, so I want to change its functionality with VueJS.
I would very much appreciate some opinion about it

1 Like