upcoming: [UIE-9410] - Create Share Group: Implement the Images select table#13567
Open
fabrice-akamai wants to merge 16 commits intolinode:developfrom
Open
upcoming: [UIE-9410] - Create Share Group: Implement the Images select table#13567fabrice-akamai wants to merge 16 commits intolinode:developfrom
fabrice-akamai wants to merge 16 commits intolinode:developfrom
Conversation
fabrice-akamai
commented
Apr 8, 2026
| shareGroupInfoIcon: 'Linodes Rebuild Images-Share Group info icon', | ||
| }; | ||
|
|
||
| export const IMAGE_SELECT_TABLE_SHARE_GROUP_CREATE_PENDO_IDS = { |
…able in the create share groups page
Contributor
dwiley-akamai
left a comment
There was a problem hiding this comment.
The Create Share Group API requires each image in the payload to have a non-empty description, otherwise it returns a 400 Error code.
Per the API spec, shouldn't that field be optional? If the API isn't treating it as such, we should check with them to see if the spec is inaccurate or if it's an API bug
packages/manager/.changeset/pr-13567-upcoming-features-1775674749388.md
Outdated
Show resolved
Hide resolved
…749388.md Co-authored-by: Dajahi Wiley <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
Collaborator
Cloud Manager UI test results🔺 1 failing test on test run #7 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts" |
|||||||||||||||||
dwiley-akamai
approved these changes
Apr 9, 2026
Contributor
dwiley-akamai
left a comment
There was a problem hiding this comment.
Verification steps ✅
Code review ✅
Approved pending Pendo-related tweaks
Comment on lines
+4
to
+7
| landingHeader: 'Share Groups Create Images-Landing Header', | ||
| label: 'Share Groups Create Images-Label', | ||
| description: 'Share Groups Create Images-Description', | ||
| createButton: 'Share Groups Create Images-Create Button', |
Contributor
There was a problem hiding this comment.
We usually approximately match the breadcrumb structure, so something like Images Share Groups Create–{etc etc.} seems more accurate.
| <> | ||
| <DocumentTitleSegment segment="Create a Share Group" /> | ||
| <LandingHeader | ||
| data-pendo-id={CREATE_SHARE_GROUP_PENDO_IDS.landingHeader} |
Contributor
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 📝
This PR adds the Images table to the Create Share Group page, enabling unrestricted users to select the images to include in a new share group.
Changes 🔄
List any change(s) relevant to the reviewer.
Scope 🚢
Upon production release, changes in this PR will be visible to:
Preview 📷
Screen.Recording.2026-04-08.at.1.28.31.PM.mov
How to test 🧪
Prerequisites
(How to setup test environment)
Verification steps
(How to verify changes)
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 ✅