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
Add the registerApplication method to the IExtensionContext interface in the @yuants/extension package to allow the extension of GUI components.
Refactor @yuants/toolkit to allow external imports for handling UI's potential need to reference React. This is necessary because plugins are pre-packaged into IIFE, and we need to avoid including some large packages.
Support preloading plugin sets from URLs.
Why do you need this feature?
Yuan needs to support third-party custom UI requirements.
Yuan needs to streamline its own UI to adapt to different types of scenarios.
Additional context
For investment novices, it is advisable to trim down some of the more specialized components and present the interface in its most lightweight form.
Provide support for community-developed components to be integrated into Yuan.
The text was updated successfully, but these errors were encountered:
Describe the feature
registerApplication
method to theIExtensionContext
interface in the@yuants/extension
package to allow the extension of GUI components.@yuants/toolkit
to allow external imports for handling UI's potential need to reference React. This is necessary because plugins are pre-packaged into IIFE, and we need to avoid including some large packages.Why do you need this feature?
Additional context
The text was updated successfully, but these errors were encountered: