Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Dashboard: Components (#859)
* move components.py to components folder * Move card, input, navigation component classe into their own files needed as these files will indiviudally grow, better to split the logic now * Add checkbox component * Add button component to CardComponents Maybe will be better to move it to a new class called ButtonComponents in the future, if we have different types * rename * Remove unused code * Update lattice config buttons to reference component * Update space charge button reference * Add combobox component * create _build_component method * Update docstrings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information