feat(ui): v4 upload field#16422
Open
JessRynkar wants to merge 8 commits intov4/ui/blocksfrom
Open
Conversation
Contributor
📦 esbuild Bundle Analysis for payloadThis analysis was generated by esbuild-bundle-analyzer. 🤖
Largest pathsThese visualization shows top 20 largest paths in the bundle.Meta file: packages/next/meta_index.json, Out file: esbuild/index.js
Meta file: packages/payload/meta_index.json, Out file: esbuild/index.js
Meta file: packages/payload/meta_shared.json, Out file: esbuild/exports/shared.js
Meta file: packages/richtext-lexical/meta_client.json, Out file: esbuild/exports/client_optimized/index.js
Meta file: packages/ui/meta_client.json, Out file: esbuild/exports/client_optimized/index.js
Meta file: packages/ui/meta_shared.json, Out file: esbuild/exports/shared_optimized/index.js
DetailsNext to the size is how much the size has increased or decreased compared with the base branch of this PR.
|
…into v4/ui/uploads
JarrodMFlesch
added a commit
that referenced
this pull request
Apr 29, 2026
- [ ] array ([PR](#16370)) - [ ] blocks ([PR](#16384)) - [ ] checkbox - [ ] code - [x] collapsible ([PR](#16365)) - [ ] date - [ ] email - [ ] group - [ ] join - [ ] json - [ ] number ([PR](#16419)) - [x] point ([PR](#16406))) - [ ] radio ([PR](#16411)) - [ ] relationship - [ ] richText - [ ] row - [ ] select - [ ] tabs - [ ] text - [ ] textarea - [ ] upload ([PR](#16422)) --------- Co-authored-by: Jessica Rynkar <jrynkar@figma.com> Co-authored-by: Jessica Rynkar <67977755+JessRynkar@users.noreply.github.com> Co-authored-by: Patrik Kozak <35232443+PatrikKozak@users.noreply.github.com> Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com> Co-authored-by: Jarrod Flesch <30633324+JarrodMFlesch@users.noreply.github.com>
tylandavis
requested changes
Apr 30, 2026
Member
tylandavis
left a comment
There was a problem hiding this comment.
- Icons should be
icon-primary - The height of the empty state is larger than the populated upload card. both should be 56px. I think borders on the dropzone and buttons are adding 4px
Member
Author
Done, icon style updated. The icon SVGs are still going to be updated in a separate PR. The heights of the uploads cards have been updated, default card height is 56px, cards when |
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.
This is just for the upload field, the upload collection view and upload related elements (preview sizes, crop and focal point) will be reworked separately.