Add upload UI and wire the uploader into the grid - #25622
Draft
crazytonyli wants to merge 4 commits into
Draft
Conversation
Collaborator
Generated by 🚫 Danger |
Contributor
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
June 8, 2026 23:18
1e1fa49 to
90df03b
Compare
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 34024 | |
| Version | PR #25622 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 5bc6594 | |
| Installation URL | 5t4622h4lmc70 |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 34007 | |
| Version | PR #25622 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 2afa80c | |
| Installation URL | 2m1vlndtdk8f0 |
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
June 11, 2026 00:32
90df03b to
362fcbe
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
June 11, 2026 21:30
362fcbe to
14694c9
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
June 12, 2026 00:50
14694c9 to
5db0706
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
2 times, most recently
from
June 16, 2026 03:43
80dac4b to
3206ce1
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
June 16, 2026 08:28
3206ce1 to
9e91167
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
June 17, 2026 23:51
9e91167 to
019a63c
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
June 19, 2026 00:20
019a63c to
8384343
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
July 7, 2026 22:09
8384343 to
8682318
Compare
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
2 times, most recently
from
August 26, 2026 07:39
cb78b3b to
2afa80c
Compare
Pending and failed entries carry the materialized temp file URL so the Uploads screen can render a thumbnail. It is nil until materialization completes and stays nil for non-retryable failures.
The registry caches one MediaUploader per blog so in-flight uploads survive navigation, and pushes a freshly built policy into a cached uploader on every vend so changed media settings apply to new enqueues. The factory derives the policy from the blog's allowed types and the user's media settings.
Add an add-menu with photo library, camera, file, and app-supplied external pickers; a banner above the grid summarizing pending and failed uploads; and an Uploads sheet with per-row cancel, retry, and remove plus bulk actions. The view model observes the uploader's state publisher and maps snapshots into row items. The routing vends the site's uploader from the registry into the hosting controller.
crazytonyli
force-pushed
the
task/media-v2-upload-ui
branch
from
August 26, 2026 23:49
2afa80c to
5bc6594
Compare
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.


Note
This PR will be merged after #25621.