-
Notifications
You must be signed in to change notification settings - Fork 245
[Feat]: How to copy or import a Query or Component from one app to another. #1097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can I edit a component's properties to create a customized version of the component, and then import this customized component into the component library as a new custom component? |
We think in this Issue multiple different great ideas are mentioned. But in the current way "all in one text", we may loose the focus. Could we kindly ask you to separate it into individual feature issues? |
I need this feature also. I keep wanting to move components into modules as I'm designing, and this system is making me start over from scratch every time due to lack of ability to copy and paste components between apps and modules, or even export them as JSON. |
@FalkWolsky ok, I'll split this into 2 distinct feature requests following the "Problem > Solution > Benefits" format: Feature Request #1: Granular JSON Export for Individual Elements Requested Solution:
Benefits:
Feature Request #2: Component Variant Creation & Library Management Requested Solution:
Benefits:
This separation helps developers by:
|
Is your feature request related to a problem? Please describe.
We currently export JSON only at the app and module levels as the smallest units. Is it possible to export Queries or Components (or Component Groups) as JSON individually? This way, we could select and export Queries and Components (or Component Groups) in bulk.
Describe the solution you'd like
I hope we can support this feature, as we want to provide templates for application development Queries and Components (or Component Groups). By importing templates, we can quickly modify and build new applications. This would greatly accelerate our development efficiency and ensure that applications adhere to certain standards, without having to repeatedly modify each component's properties every time.
The text was updated successfully, but these errors were encountered: