This pull request includes several changes to the user interface and code quality. The most important changes involve replacing the doubleClickHandler prop with onDoubleClick for various components, removing unused imports, and enhancing the DynamicInput component to handle different input types, along with some Dynamic* style changes
Before
After
Change Type
[x] Bug fix (non-breaking change which fixes an issue)
[x] Style update
Checklist
[x] My code adheres to this project's style guidelines
Summary
This pull request includes several changes to the user interface and code quality. The most important changes involve replacing the
doubleClickHandler
prop withonDoubleClick
for various components, removing unused imports, and enhancing theDynamicInput
component to handle different input types, along with someDynamic*
style changesChange Type
Checklist