-
Notifications
You must be signed in to change notification settings - Fork 374
change: [M3-9735] - Add encryption icon to Image edit drawer #11993
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: [M3-9735] - Add encryption icon to Image edit drawer #11993
Conversation
Cloud Manager UI test results🔺 3 failing tests on test run #3 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorageMulticluster/object-storage-objects-multicluster.spec.ts,cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts,cypress/e2e/core/objectStorage/access-key.e2e.spec.ts" |
<Stack direction="row" spacing={1} alignItems="center"> | ||
<Lock /> | ||
<Typography | ||
sx={(theme) => ({ color: theme.textColors.textAccessTable })} |
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.
Have you confirmed this is the right token to use? Not that I have a better suggestion 😄 , but the token name seems unintuitive considering the purpose.
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.
This appeared to be the closest we had. I don't believe we have a specific token for this grayish text label note (or whatever you'd call it 🤷).
Description 📝
This PR adds the "Encrypted" label to the
EditImageDrawer
component.Changes 🔄
Preview 📷
Verification steps
/images
and create or find an existing custom image.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 ✅