-
Notifications
You must be signed in to change notification settings - Fork 399
upcoming: [UIE-9410] - Create Share Group: Implement the Images select table #13567
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
Open
fabrice-akamai
wants to merge
18
commits into
linode:develop
Choose a base branch
from
fabrice-akamai:UIE-9410-images-select-table
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
8680aae
Added missing padding around the Managed dashboard card
fabrice-akamai d53e3f6
changed spacing to spacingFunction
fabrice-akamai ef5485f
Merge branch 'develop' of https://github.com/fabrice-akamai/manager iβ¦
fabrice-akamai 2a8188d
Merge branch 'develop' of https://github.com/fabrice-akamai/manager iβ¦
fabrice-akamai 2db02f3
Merge branch 'develop' of https://github.com/fabrice-akamai/manager iβ¦
fabrice-akamai a8323a1
Merge branch 'develop' of https://github.com/fabrice-akamai/manager iβ¦
fabrice-akamai 77ec16e
Merge branch 'develop' of https://github.com/fabrice-akamai/manager iβ¦
fabrice-akamai 4a803c8
Merge branch 'develop' of https://github.com/fabrice-akamai/manager iβ¦
fabrice-akamai 52afd48
Merge branch 'develop' of https://github.com/fabrice-akamai/manager iβ¦
fabrice-akamai 9a5347d
Implement the images multi-select table
fabrice-akamai 4fb3bfe
Remove unnecessary async statement
fabrice-akamai 135a683
Improve the image select component
fabrice-akamai 7fe6322
Rename variable for clarity
fabrice-akamai fb074ec
Added changeset: Private Image Sharing: implement the images select tβ¦
fabrice-akamai 3cf7aea
Update packages/manager/.changeset/pr-13567-upcoming-features-1775674β¦
fabrice-akamai b1f39cd
Fix bug with the image description in the image payload
fabrice-akamai 18ff17a
Add pendoId support for the landing header
fabrice-akamai 43326bd
Add loading state for the submit button
fabrice-akamai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
7 changes: 7 additions & 0 deletions
7
packages/manager/src/features/Images/ImagesLanding/v2/constants.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,8 @@ | ||
| export const DEFAULT_PAGE_SIZES = [25, 50, 75, 100]; | ||
|
|
||
| export const CREATE_SHARE_GROUP_PENDO_IDS = { | ||
| 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', | ||
fabrice-akamai marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| }; | ||
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
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
Oops, something went wrong.
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.
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.
Pendo Ids based on the Figma mockup