-
Notifications
You must be signed in to change notification settings - Fork 370
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
change: [DI-22390] - Enhanced monitor page for contextual view #11388
change: [DI-22390] - Enhanced monitor page for contextual view #11388
Conversation
Coverage Report: ✅ |
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.
Approving pending change
<KeyboardArrowDownIcon | ||
sx={{ color: 'grey', height: '30px', width: '30px' }} | ||
/> | ||
) : ( | ||
<KeyboardArrowRightIcon | ||
sx={{ color: 'grey', height: '30px', width: '30px' }} | ||
/> |
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.
sx
prop isn't doing anything here since these are not components or styled components. I wonder if we even need these styles? We most likely could remove them
@jaalah-akamai thanks for approval. Due to recent mockup change suggested by UX, I marking this PR as draft until changes are done according the updated mockup |
Cloud Manager UI test results🎉 466 passing tests on test run #6 ↗︎
|
@jaalah-akamai @abailly-akamai @harsh-akamai I've updated the PR with latest mockup provided by UX and it is ready for review. Please check |
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.
@nikhagra-akamai PR looks good
Can you confirm we want the default state to show the filter select rather than the filter tag list?
Yes default state is the filter select |
Cloud Manager E2E
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
|
Run duration | 29m 35s |
Commit |
|
Committer | Nikhil Agrawal |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
5
|
|
2
|
|
0
|
|
469
|
View all changes introduced in this branch ↗︎ |
…e#11388) * change: [DI-22125] - Moved time range select outside the paper in contextual view * change: [DI-22125] - Moved duplicate code into utils * change: [DI-22125] - Added test cases * change: [DI-22125] - Added default label to contextual view * Added changeset * change: [DI-22125] - Updated mock data * upcoming: [DI-22125] - Updated logic to hide label in contextual view * upcoming: [DI-22125] - Removed hide label from global filters * change: [DI-22390] - Added disabled dashboard select in contextual view * change: [DI-22390] - Updated test cases * change: [DI-22125] - Updated styling
Description 📝
Enhanced the monitor page for contextual view as per the latest figma https://www.figma.com/design/uvdOz9Xs0RVdMRJMCIgS9H/ACLP---Contextual-views?node-id=12209-52065&t=4mG9hXqZrRpancpc-0
Changes 🔄
List any change(s) relevant to the reviewer.
Target release date 🗓️
20th Dec 2024
Preview 📷
Include a screenshot or screen recording of the change.
🔒 Use the Mask Sensitive Data setting for security.
💡 Use
<video src="" />
tag when including recordings in table.How to test 🧪
Prerequisites
(How to setup test environment)
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅