Ma77Ball opened a new pull request, #3377:
URL: https://github.com/apache/texera/pull/3377

   # Purpose
   This pull request adds support for toggling the property panel by 
double-clicking on an operator in the workflow editor. The goal is to improve 
usability by allowing users to quickly open or close the property panel without 
relying on other UI elements. 
   
   # Changes
   - Subscribed to openPropertyPanelStream and closePropertyPanelStream in 
PropertyEditorComponent to handle panel visibility.
   - Imported PanelService into WorkflowEditorComponent and injected it via the 
constructor.
   - Added double-click logic in WorkflowEditorComponent to open or close the 
property panel based on isPanelOpen.
   - Introduced openPropertyPanelSubject and closePropertyPanelSubject streams 
in PanelService along with their corresponding methods and accessors.
   
   # Demo
   
![double-click](https://github.com/user-attachments/assets/ad8d0e3d-83be-4692-9184-5f7ed063f2f6)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to