-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Standalone (full screen) UI mode #7138
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] Standalone (full screen) UI mode #7138
Conversation
…arc-simcore into feature/standalone-projects
…arc-simcore into feature/standalone-projects
pcrespov
left a comment
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.
🎉
|
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
sanderegg
left a comment
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!
GitHK
left a comment
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.
nice
|
This pull request has been removed from the queue for the following reason: The pull request can't be updated You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
|
@Mergifyio requeue |
|
❌ This pull request head commit has not been previously disembarked from queue. |



What do these changes do?
This PR brings a new UI mode to represent a study:
standalone.When a study is in
standalonemode, the small toolbar, the one with the Reload and Maximize/Restore buttons, disappears giving more space to the dynamic service. From now on, the new studies that contain only one dynamic service will start instandalonemode.In order to go back to the previous (
workbench) view, the users will need to go study-menu in the navigation bar (the reload button was also moved here) and click the "Convert to Pipeline" button, this internally changes the ui mode toworkbenchand the more osparcy view will be shown. This operation can also be done from the dashboard.Until the export to standalone backend functionality is implemented, the Convert-to-Standalone option will be hidden.
Bonus:
openWalletsinter-iframe messageStarting different modes

New project with a dynamic service goes

standaloneNew project with a non dynamic service goes

workbenchConvert

standalone->workbench->standaloneRelated issue/s
How to test
Dev-ops checklist