deephaven / deephaven-plugins

Deephaven Plugins
5 stars 12 forks source link

refactor: Cleanup component mappings and utils (python side) #523

Closed bmingles closed 4 weeks ago

bmingles commented 1 month ago

This is the first of 2 PRs to simplify our DH UI component mappings since we no longer have the Spectrum dependency. This one addresses the python modules + minimal re-mapping in the JS to make it still work. The next one will cleanup the .js side more holistically.

resolves #425

bmingles commented 1 month ago

I addressed review comments. Split out #536 to separate the RadioGroup orientation prop