vitorsantos-commits opened a new issue, #6609: URL: https://github.com/apache/hop/issues/6609
### Apache Hop version? 1.18 ### Java version? 17 ### Operating system Windows ### What happened? Currently, the Explorer Perspective in Hop Gui displays all files in a flat or tree list without any filtering capabilities. In projects with a large number of pipelines (.hpl) and workflows (.hwf), finding a specific file requires manual scrolling, which is time-consuming. I would like to propose the addition of a search bar at the top of the Explorer pane that dynamically filters the file list as the user types. Proposed Solution UI Component: Add a text input field (Search Bar) at the top of the File Explorer tree. Behavior: * As the user types, the list should update in real-time (auto-filter). It should match the filename (case-insensitive). It should ideally keep the folder structure visible if a file inside matches the criteria. Consistency: This should follow the same UX pattern used in the "Transforms" or "Actions" search bars already existing in Hop. Expected Behavior The user types "stage" and only files containing the word "stage" in their name remain visible in the list, hiding all other non-matching items. <img width="1792" height="868" alt="Image" src="https://github.com/user-attachments/assets/737cce4f-9a32-4ba5-8e3f-c67c542e03d6" /> ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- 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]
