cxhttt233 opened a new issue, #8478: URL: https://github.com/apache/hop/issues/8478
### What would you like to happen? Hop Web currently relies on the full ContextDialog for most transform/action operations. For frequent actions, it would be useful to provide a lightweight entry point without rendering the complete ContextDialog every time. For example, right-clicking a transform/action could show: ```text Edit Cut Copy Delete ``` In Hop Web, even simple frequent actions such as Edit, Copy, or Delete still require more UI and rendering work when they go through the full ContextDialog than through a small menu. #8442 has already made a very noticeable improvement to ContextDialog performance and the overall Hop Web editing experience. This proposal is not about optimizing ContextDialog further, but about allowing simple frequent actions to bypass it. Double-click can currently be enabled to open transform properties, but during double-click a selection effect briefly appears and disappears, and the transform can also move slightly, so the overall interaction does not feel ideal. ### Issue Priority Priority: 3 ### Issue Component Component: Hop Web -- 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]
