Feature Request Add "Duplicate / Copy View" button for Graphical Views #3289
lucaskhourybr
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
[Feature Request] Add "Duplicate / Copy View" button for Graphical Views
When creating multiple graphical screens (Views) that share the same visual structure or layout (e.g., identical control panels, room monitoring screens, or similar equipment), recreating the entire View from scratch in the UI is very time-consuming.
We acknowledge that it is currently possible to achieve this duplication via JSON export and import. However, that process requires external manual steps (exporting the file, modifying parameters/IDs, and re-importing), making it repetitive and prone to errors when managing dozens of screens.
Describe the solution you'd like
Add a dedicated "Duplicate View" (or "Copy View") button directly in the Graphical Views management list or within the View editor screen.
Clicking this button should automate and simplify the process that is currently done manually via JSON:
[Copy] Original_View_Name) or prompt the user for a new name.Describe alternatives you've considered
Additional context / Use Case
Example Workflow:
Benefits:
All reactions