-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Update guided tours #7906
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] Update guided tours #7906
Conversation
|
@mergify queue |
🟠 Waiting for conditions to match
|
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
Updates the guided tours to reflect recent renamings (Studies → Projects, Services → Apps), adds new UI tour steps (Activity Center, Templates, Public Projects), and wires up the corresponding UI components.
- Rename and refresh tour text across all products to use Projects/Templates/Public Projects/Apps.
- Insert new guided tour steps for Activity Center, Templates, and Public Projects.
- Add feature-flag logic, IDs, and conditional rendering for the new jobs button and filter items.
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| services/static-webserver/client/source/resource/osparc/tours/tis_tours.json | Added Activity Center step; updated notification text. |
| services/static-webserver/client/source/resource/osparc/tours/tiplite_tours.json | Updated filter/search text. |
| services/static-webserver/client/source/resource/osparc/tours/s4llite_tours.json | Updated filter/search text; added Templates and Public Projects steps. |
| services/static-webserver/client/source/resource/osparc/tours/s4l_tours.json | Updated New button and filter text; added Templates, Public Projects, dashboard, and Activity Center steps. |
| services/static-webserver/client/source/resource/osparc/tours/osparc_tours.json | Renamed studies → projects tours; updated dashboard, navigation tours; added Templates, Public Projects, and Activity Center steps. |
| services/static-webserver/client/source/class/osparc/product/Utils.js | Introduced showComputationalActivity helper. |
| services/static-webserver/client/source/class/osparc/navigation/NavigationBar.js | Conditionally render jobs button. |
| services/static-webserver/client/source/class/osparc/jobs/JobsButton.js | Set test ID for jobs button. |
| services/static-webserver/client/source/class/osparc/dashboard/ResourceDetails.js | Conditionally call activity overview popup. |
| services/static-webserver/client/source/class/osparc/dashboard/ResourceBrowserFilter.js | Set test IDs for templates and public projects filter items. |
services/static-webserver/client/source/resource/osparc/tours/tis_tours.json
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/resource/osparc/tours/s4l_tours.json
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/resource/osparc/tours/osparc_tours.json
Outdated
Show resolved
Hide resolved
services/static-webserver/client/source/resource/osparc/tours/osparc_tours.json
Outdated
Show resolved
Hide resolved
…tis_tours.json Co-authored-by: Copilot <[email protected]>
…s4l_tours.json Co-authored-by: Copilot <[email protected]>
…osparc_tours.json Co-authored-by: Copilot <[email protected]>
|
|
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 4d8911d |



What do these changes do?
After the last renamings, the Guided Tours needed to be updated. Also, some new steps were added to them (Templates, Public Projects, Activity Center).
Bonus:
s4lliteandtipliteRelated issue/s
How to test
Dev-ops