Closed zhuowenzhao closed 8 months ago
I am confused about the " test-and-lint" failures. Not sure what is wrong with the way importing libs.
The test-and-lint action checks whether applying any of the pre-commit hooks would lead to changes. In this case, isort
changes some of the orders in the model imports, later black
and flake8
would give errors too.
But don not worry about it, I'll work further on this PR.
The latest updates simplify some of the structure for generating components, use subclassing to the already existing control component already in the application, and remove some code that was either not used or could be called in a simpler way elsewhere.
Two outstanding smaller issues are:
Added model selection dropdown and fully integrated dash-component-editor into the interface.