-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
- Add the
registerApplication
method to theIExtensionContext
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request