kbase / kbase-ui

kbase-ui components
MIT License
10 stars 22 forks source link

Add search2 to about services #1562

Closed eapearson closed 3 years ago

eapearson commented 3 years ago

This set of changes adds search2 to the "About Services" view of the about plugin. The addition required a jsonrpc2.0 generic client, which exists in the TS @kbase/ui-lib library. With some additional work on that client, it is easier to use in JS. The @kbase/ui-lib is thus now a dependency of kbase-ui. This required adding a feature to the build tool to convert CommonJS modules to AMD, for usage in kbase-ui.