Skip to content

Add PR video preview - #109

Merged
hwangjokim merged 19 commits into
mainfrom
feat/108-pr-video-preview
Jun 12, 2026
Merged

Add PR video preview#109
hwangjokim merged 19 commits into
mainfrom
feat/108-pr-video-preview

Conversation

@hwangjokim

Copy link
Copy Markdown
Member

Summary

  • Add a Remotion-based PR video preview at /pr-video.
  • Build animated scenes for problem framing, matching, workspace, progress report, kinetic recap, and logo closing.
  • Align demo UI copy/colors with Team-po service specs and final review feedback.

Validation

  • pnpm tsc --noEmit
  • pnpm biome lint .
  • pnpm build

Closes #108

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
client Ready Ready Preview, Comment Jun 12, 2026 5:52pm

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c0ff39cdd2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

{ name: "Design", stack: "UX", color: "bg-violet-500" },
] as const;

const lifecycleStages = ["forming", "active", "shipping", "done"] as const;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the fixed lifecycle status names

When the PR video reaches the lifecycle rail, this lifecycleStages array is rendered directly as project lifecycle labels, but done is not a valid lifecycle status in this app; src/lib/types/team.ts defines the fixed set as forming | active | shipping | completed | paused. This makes the new preview teach a state name that the rest of the product/API cannot represent, and the same mismatch also appears in the hardcoded workspace rail label below, so it should use completed instead of done for lifecycle copy.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

알빠노

@hwangjokim
hwangjokim merged commit fccae02 into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add PR video preview

1 participant