-
Notifications
You must be signed in to change notification settings - Fork 73
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
fix: add scroll to the lablup-activity-panel #2711
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ironAiken2 and the rest of your teammates on Graphite |
74ecd2f
to
8b33779
Compare
8b33779
to
675fdca
Compare
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.
It's unrelated, but can you rename GPU/NPU
to GPU / NPU
? The GPU/NPU progress of system resources is slightly on the right side.
675fdca
to
49e767c
Compare
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.
LGTM
Merge activity
|
### This PR resolves [giftbox#723](lablup/giftbox#723) issue ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/lSyr8xXz1wdXALkJKzVx/67fb17ec-9e97-4d60-b48e-9fb2aecb43f5.png) **Changes:** - Implemented `scrollableY="true"` attribute for activity panels in `BackendAIResourcePanel` and `BackendAISummary` - Enhanced `lablup-activity-panel` to improve scrolling functionality: - Added a `content` class to the inner div - Adjusted height calculations to account for header space - Implemented separate overflow settings for content area **Checklist:** - [ ] Mention to the original issue - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
49e767c
to
b5f174c
Compare
This PR resolves giftbox#723 issue
Changes:
scrollableY="true"
attribute for activity panels inBackendAIResourcePanel
andBackendAISummary
lablup-activity-panel
to improve scrolling functionality:content
class to the inner divChecklist: