-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 [Frontend] Enh: Tasks UI #8485
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: Tasks UI #8485
Conversation
…-simcore into enh/download-large-files
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 task button UI by improving positioning, adding immediate initialization, and implementing a display limit for task counts.
- Updated task button positioning for better visual alignment
- Added immediate task count evaluation during initialization
- Implemented "9+" display for task counts exceeding 9
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| services/static-webserver/client/source/class/osparc/task/TasksButton.js | Updated positioning values, added initial button update call, and implemented task count display limit |
| services/static-webserver/client/source/class/osparc/navigation/NavigationBar.js | Removed initial visibility exclusion to allow task button to be shown when tasks are present |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
services/static-webserver/client/source/class/osparc/task/TasksButton.js
Show resolved
Hide resolved
🧪 CI InsightsHere's what we observed from your CI run for 985b428. ✅ Passed Jobs With Interesting Signals
|
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
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
services/static-webserver/client/source/class/osparc/task/TasksButton.js
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/task/TasksButton.js
Show resolved
Hide resolved
…-simcore into enh/download-large-files
|



What do these changes do?
Related issue/s
How to test
Dev-ops