-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Enh: Show Tags filter only in the Tutorials tab #8320
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
Conversation
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 frontend to show the Tags filter only in the Tutorials tab, providing a more focused user experience by conditionally displaying tag filtering based on the current view context.
Key changes:
- Modified tag filter visibility to be context-dependent
- Refactored filter layout creation to use child controls
- Added dynamic tag population based on available content
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| services/static-webserver/client/source/class/osparc/data/model/Node.js | Refactored auto-connect ports logic into async function with metadata loading handling |
| services/static-webserver/client/source/class/osparc/dashboard/TutorialBrowser.js | Added tag population and visibility control for tags filter in tutorials |
| services/static-webserver/client/source/class/osparc/dashboard/ResourceBrowserFilter.js | Refactored filter layout creation using child controls and made tag filtering conditional |
services/static-webserver/client/source/class/osparc/dashboard/TutorialBrowser.js
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/dashboard/ResourceBrowserFilter.js
Outdated
Show resolved
Hide resolved
|
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.
MUCH better!
I actually think tags should not be used as folders but rather as a filter mechanism that you can combine as TAG1 & TAG2 etc ...
IMO they belong to the filter tab and not in the side as "a folder"
|



What do these changes do?
This PR enhances the frontend to show the Tags filter only in the Tutorials tab (the tags filter is still available in the enhanced search bar). Furthermore, only those tags present in the tutorials are listed.
This main purpose of this change is to make a cleaner dashboard and use the tags in the tutorials more like categories. In a follow up PR, they could even be presented as categories and not with the tag icon.
Related issue/s
How to test
Dev-ops