open-scd
open-scd copied to clipboard
Extract components out of packages/open-scd and into packages/components
As part of an effort of separation of concerns, we would like to have all UI components extracted from /packages/open-scd
and into /packages/components
. This will also help in better organization of code and make it easier to manage and reuse UI components across different parts of the application.
Acceptance Criteria:
- All UI components currently located in the /packages/open-scd directory must be successfully extracted to the /packages/components directory.
- Make sure that the test script has a dependency on build (also it should build core first)
- The extracted components must retain their functionality and appearance as before the extraction process.
- Any existing dependencies or imports related to the extracted UI components must be updated to point to the
packages/components
project.