Merged
Conversation
added 9 commits
March 27, 2026 09:32
… showcase reel video player, and visual language section
…ctions components
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new /productions page and introduces a Video.js-based reel player, while refactoring the “WorkProcessGrid” into a shared component used across pages.
Changes:
- Add
/productionsroute with new section components and a showcase reel video player (@videojs/react). - Extract
WorkProcessGridintosrc/componentsand update/eventsto use the shared component. - Update styling (global media skin radius hook) and bump package version/deps.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/WorkProcessGrid.tsx | New shared WorkProcessGrid component that takes steps as input. |
| src/app/productions/page.tsx | Replaces old works-style page with new productions layout and sections. |
| src/app/productions/_components/ShowcaseReelVideoPlayer.tsx | Adds Video.js React player wrapper for the reel. |
| src/app/productions/_components/SelectedProductionsGrid.tsx | Adds “Selected Productions” grid section. |
| src/app/productions/_components/ProductionCategoriesGrid.tsx | Adds productions categories grid section. |
| src/app/productions/_components/VisualLanguageSection.tsx | Adds “Visual Language” text + image section. |
| src/app/globals.css | Adds .media-default-skin border-radius customization hook. |
| src/app/events/page.tsx | Switches to shared WorkProcessGrid and inlines steps data. |
| src/app/events/_components/WorkProcessGrid.tsx | Removes the events-specific WorkProcessGrid implementation. |
| src/app/(snap)/page.tsx | Refactors some className formatting and typography utilities usage. |
| package.json | Bumps version and adds @videojs/react. |
| package-lock.json | Locks new dependency tree for Video.js-related packages. |
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.
What this PR does?
@videojs/reactWorkProcessGridcomponent global/productionspagePrerequisites
package.json's version per semver?