-
Notifications
You must be signed in to change notification settings - Fork 36
🎨 [Frontend] Enh: Extended Search widget for Projects tab #8127
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
🎨 [Frontend] Enh: Extended Search widget for Projects tab #8127
Conversation
…/SearchBarFilterExtended.js Co-authored-by: Copilot <[email protected]>
…/SearchBarFilter.js Co-authored-by: Copilot <[email protected]>
…/SearchBarFilterExtended.js Co-authored-by: Copilot <[email protected]>
…simcore into feature/proejcts-search
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR enhances the search functionality in the Projects tab by implementing an extended search widget that allows users to search across different contexts (My Projects, Templates, Public Projects). The enhancement transforms a basic search bar into a comprehensive filtering interface with context switching and improved UI controls.
Key changes include:
- Created SearchBarFilterExtended widget for enhanced search functionality with context switching between project types
- Refactored duplicated bounds calculation code into a reusable utility function
- Updated appearance themes and removed unused API endpoints for better maintainability
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
SearchBarFilterExtended.js | New widget implementing extended search interface with context switching |
SearchBarFilter.js | Enhanced to support popup functionality and improved filter management |
StudyBrowser.js | Updated to integrate extended search functionality and handle context switching |
Utils.js | Added reusable getBounds utility function and removed unused removeBorder method |
Multiple files | Refactored to use new getBounds utility and updated styling/API endpoints |
Comments suppressed due to low confidence (2)
services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilterExtended.js:98
- Variable name 'domeEle' should be 'domEle' for consistency with similar code patterns in the codebase.
this._add(control);
services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilterExtended.js
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilterExtended.js
Outdated
Show resolved
Hide resolved
…/SearchBarFilterExtended.js Co-authored-by: Copilot <[email protected]>
…/SearchBarFilterExtended.js Co-authored-by: Copilot <[email protected]>
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 39342c6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice
|
What do these changes do?
The "Fast Exploring of Projects Contents" case requires searching data. Since the Data tab is exposed in all products, we need to provide a way to allow it.
For this purpose, this PR enhances the Search Bar and makes it easier to users to search either "My Projects", "Templates", "Public Projects" or, eventually, "Files/Data". The enhancement transforms the basic search bar into a more comprehensive filtering interface with context switching and improved UI controls.
Key changes include:
Related issue/s
How to test
Dev-ops