Skip to content

[codex] Add Revision History testimonial#94

Draft
michaelmwu wants to merge 1 commit into
mainfrom
michaelmwu/revision-testimonial
Draft

[codex] Add Revision History testimonial#94
michaelmwu wants to merge 1 commit into
mainfrom
michaelmwu/revision-testimonial

Conversation

@michaelmwu

Copy link
Copy Markdown
Member

Summary

  • Add Revision History as the first portfolio item.
  • Render optional portfolio project links and testimonial quotes.
  • Keep existing portfolio entries compatible when they only provide paragraphs or images.

Validation

  • bun run astro check passed with 0 errors, 0 warnings, and 0 hints.
  • Local /portfolio served Revision History before VoyTravel with the testimonial visible.

Notes

  • bun run build still fails after astro check due an existing dependency mismatch: Astro detects Vite 8 while this Astro version requires Vite 7 (Missing field tsconfigPaths...).

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c9e6aeed-96d3-48cd-aef4-d5ca73958302

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch michaelmwu/revision-testimonial

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 2, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
508-dynamic 8e07c3e Commit Preview URL

Branch Preview URL
Jul 02 2026, 09:36 AM

Copilot AI 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.

Pull request overview

This PR updates the portfolio page/components to support a new “Revision History” entry, including optional project links and testimonial quotes, while aiming to keep existing portfolio entries working with varying amounts of content.

Changes:

  • Adds “Revision History” as the first portfolio item in the portfolio data JSON, including a URL and testimonial.
  • Extends portfolio data plumbing (url, testimonial, optional img) from the page into the portfolio item component.
  • Updates PortfolioItem rendering to conditionally show a “Visit project” link and a testimonial block.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/pages/portfolio.astro Extends the portfolio entry shape and passes url/testimonial into PortfolioItem.
src/data/portfolio.json Adds the new “Revision History” portfolio item with link + testimonial.
src/components/PortfolioItem.astro Conditionally renders optional project link and testimonial; makes several fields optional.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/pages/portfolio.astro
interface PortfolioItemData {
subtitle: string;
title: string;
p: string[];
Comment thread src/pages/portfolio.astro
Comment on lines 60 to 63
content_p1: portfolioItem.p[0],
content_p2: portfolioItem.p[1],
content_p3: portfolioItem.p[2],
content_p4: portfolioItem.p[3],
href={url}
class="mt-4 inline-flex text-sm font-semibold leading-6 text-cyan-700 hover:text-cyan-600"
target="_blank"
rel="noreferrer"
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.

2 participants