[CCEX-280564] Added new video quick actions picker component#261
Open
[CCEX-280564] Added new video quick actions picker component#261
Conversation
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
fullcolorcoder
requested changes
Apr 8, 2026
Contributor
fullcolorcoder
left a comment
There was a problem hiding this comment.
Few issues with secure code, accessibility, analytics and basic error handling.
…roid devices the frictionless behvaiour
fullcolorcoder
approved these changes
Apr 10, 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.
Summary
Adds a new video-quick-action-picker block — a fullscreen mobile dialog that appears after a user uploads a video, letting them choose which video quick action to run.
What's included
video-quick-action-picker.js — Main component that renders a fullscreen dialog with:
Video preview (with loading spinner + error state)
Scrollable list of action cards filtered to the uploaded file (type, size, duration)
Two action types: quick-action (launches SDK inline) and app-install (navigates to app install URL)
video-quick-action-picker-config.js — Config/data layer:
Defines 7 video actions: Edit Video, Convert to GIF, Crop, Trim, Resize, Convert to MP4, Caption
Filters actions based on file type, file size (QA_CONFIGS), and per-action max duration (e.g. 60s for GIF, 300s for caption)
Loads localized strings via milo replaceKey
video-quick-action-picker.css— Styles for the fullscreen dialog, hero preview area, action cards, badge, spinner, and close button; uses CSS design tokens throughout
edit-video.svg — New icon for the "Edit Video" action card
convert-to-mp4.svg - New icon for the "Convert to MP4" action card
vqa-crop-video.svg - New icon for the "Crop Video" action card
vqa-resize-video.svg - New icon for the "Resize Video" action card
vqa-trim-video.svg - New icon for the "Trim Video" action card
Targeted Pages- express/create/video, /express/feature/video/editor
Video Picker:

Jira Ticket
Resolves: DOTCOM-181976
Test URLs
Verification Steps
https://frictionless-experiment--da-express-milo--adobecom.aem.page/express/create/video-new?martech=off
https://frictionless-experiment--da-express-milo--adobecom.aem.page/express/feature/video/editor-new?martech=off
Potential Regressions
Additional Notes
(If applicable) Add context, related PRs, or known issues here.