upcoming: [UIE-9399] — "Shared with me" Images tab#13500
Open
dwiley-akamai wants to merge 6 commits intolinode:developfrom
Open
upcoming: [UIE-9399] — "Shared with me" Images tab#13500dwiley-akamai wants to merge 6 commits intolinode:developfrom
dwiley-akamai wants to merge 6 commits intolinode:developfrom
Conversation
Collaborator
Cloud Manager UI test results🔺 2 failing tests on test run #1 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts,cypress/e2e/core/kubernetes/lke-create.spec.ts" |
||||||||||||||||||||
| @@ -0,0 +1,164 @@ | |||
| import { useProfile, useRegionsQuery } from '@linode/queries'; | |||
| import { List, ListItem, Stack, TooltipIcon, Typography } from '@linode/ui'; | |||
Contributor
There was a problem hiding this comment.
Imports can be consolidated here
Contributor
|
fabrice-akamai
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description 📝
Populate the "Shared with me" Images tab.
Changes 🔄
getRegionListItem()toutilities.tsand have it accept an array of regions alsodataPendoIdproperty todocsLinkobject/property inimageLibraryTabsConfig.tsxImageActionMenu.tsxdepending on if it is in aSharedImageRowor notScope 🚢
Target release date 🗓️
TBD
Preview 📷
How to test 🧪
Prerequisites
Toggle the
Private Image Sharingflag in the CM DevTool. Testing will be easier with the Legacy MSW and you can make modifications in L929-L944 ofserverHandlers.tsto test out different data, states, and number of results.Verification steps
With the
Private Image Sharingflag on...<Paper />workIf you want to use real data, you'll need to refer to the API spec (linked in UIE-9311) and use Postman to make requests to the DevCloud API. In general the flow would look something like:
POSTrequest to/v4beta/images/sharegroupsto create a share group. Grab the share group ID as well as the share group UUID from the responsePOSTrequest to/v4beta/images/sharegroups/{share group ID}/imagesand include an image ID in the body to add an image to the share groupPOSTrequest to/v4beta/images/sharegroups/tokenswith the share group UUID from step 1 as the value forvalid_for_sharegroup_uuid. Grab the token from the responsePOSTrequest tov4beta/images/sharegroups/{share group ID}/membersand use the token from the previous step as thetokenvalue in the bodyTo Do:
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 ✅