feat: Add content engine Stage 4 — Editorial Workflow - #736
feat: Add content engine Stage 4 — Editorial Workflow#736aXenDeveloper wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 170a4b0df6
ℹ️ 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".
| <DateFormat date={schedule.scheduledFor} showFullDate /> | ||
| </span> | ||
|
|
||
| <span className="text-muted-foreground text-xs"> |
There was a problem hiding this comment.
Raise schedule metadata to the minimum body-text size
Replace text-xs with at least text-sm for this metadata and the overdue/error messages below it. Tailwind renders text-xs below 14px, so important schedule status, actor, and failure information violates the repository's accessibility minimum and becomes difficult to read.
AGENTS.md reference: AGENTS.md:L50-L50
Useful? React with 👍 / 👎.
| </p> | ||
| ) : null} | ||
|
|
||
| <p className="text-muted-foreground text-xs leading-relaxed"> |
There was a problem hiding this comment.
Keep preview credential warnings at 14px or larger
Render this warning with at least text-sm; text-xs puts the bearer-link warning below the repository's 14px body-text minimum, reducing readability for security-critical guidance that users need before sharing the preview URL.
AGENTS.md reference: AGENTS.md:L50-L50
Useful? React with 👍 / 👎.
Improving Documentation
pnpm lint:fixto fix formatting issues before opening the PR.Description
What?
Why?