You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were originally using the EUI user interface library to build some of our components. We have since switched to the React Bootstrap library, but have not fully removed the EUI dependency (since we are still using some of their components for forms). The EUI dependency has unnecessary second order dependencies such as moment.js that we don't use but make the build heavier
Expected behavior
We need to refactor the forms that use EUI components into Bootstrap forms to fully remove the EUI dependency. Then, we need to delete EUI from the package.json.
Steps to reproduce
Go to Sources or Integrations page
Click on Create Data Source or Create Integration
Notice that the drawer is an EUI component
Additional context
The text was updated successfully, but these errors were encountered:
Hi @yokaiemporer! Appreciate you helping out here. Yes, ideally the drawer looks similar to the original one, with the color scheme being the boostrap primary color (purple) rather than the EUI blue.
Description
We were originally using the EUI user interface library to build some of our components. We have since switched to the React Bootstrap library, but have not fully removed the EUI dependency (since we are still using some of their components for forms). The EUI dependency has unnecessary second order dependencies such as
moment.js
that we don't use but make the build heavierExpected behavior
We need to refactor the forms that use EUI components into Bootstrap forms to fully remove the EUI dependency. Then, we need to delete EUI from the
package.json
.Steps to reproduce
Additional context
The text was updated successfully, but these errors were encountered: