Skip to content

Conversation

jonulak
Copy link
Contributor

@jonulak jonulak commented Jul 12, 2025

Upgrade tailwind from v3 -> v4
Change deprecated class names to v4 versions

Resolves #794

Upgrade tailwind from v3 -> v4
Change deprecated class names to v4 versions
Copy link

vercel bot commented Jul 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vets-who-code-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 13, 2025 5:49pm

jonulak added 3 commits July 13, 2025 12:24
commit ab9ba27
Author: Jerome Hardaway <[email protected]>
Date:   Sat Jul 12 01:39:36 2025 -0400

    Feat/redesign programs page (#793)

    * Feat: Redesign programs page with new Hero, ProgramCard, and CTA components

    * feat: update Programs page layout with new HeroArea and ProgramCard integration

    ---------

    Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>

commit 39d578b
Author: Jerome Hardaway <[email protected]>
Date:   Sat Jul 12 00:32:49 2025 -0400

    Program pages (#792)

    * Add core programs for veterans: Core Curriculum, Mentorship, Mission-Ready, and Studio

    - Created new MDX files for Core Curriculum, Mentorship Program, Mission-Ready Platform, and Studio.
    - Implemented program overview, outcomes, and how it works sections in each program's MDX file.
    - Developed a programs index page to display all programs with descriptions and links.
    - Added dynamic routing for individual program pages using Next.js.

    * chore: add @types/mdx dependency and update yarn.lock

    - Added @types/mdx version 2.0.13 to package.json.
    - Cleaned up yarn.lock by removing unused @emotion dependencies and ensuring proper versioning for existing packages.

    * Update src/pages/programs/[slug].tsx

    Co-authored-by: Copilot <[email protected]>

    ---------

    Co-authored-by: Copilot <[email protected]>
Copy link

🔍 Code Quality Score Breakdown:

  • 📖 Readability: 5/10
  • 📈 Scalability: 5/10
  • 🚀 Performance: 5/10
  • 🛠️ Maintainability: 8/10
  • ✅ Overall Score: 5.8/10

💡 Recommendations:

  • 🧹 Reduce ESLint warnings to improve readability.
  • 📦 Break up complex functions or components.
  • ⚙️ Consider splitting large files or lazy-loading.
  • 🔁 Refactor to increase your overall score next cycle.

@jonulak jonulak marked this pull request as ready for review July 13, 2025 17:22
@jonulak jonulak requested a review from jeromehardaway July 13, 2025 17:23
Copy link

🔍 Code Quality Score Breakdown:

  • 📖 Readability: 5/10
  • 📈 Scalability: 5/10
  • 🚀 Performance: 5/10
  • 🛠️ Maintainability: 8/10
  • ✅ Overall Score: 5.8/10

💡 Recommendations:

  • 🧹 Reduce ESLint warnings to improve readability.
  • 📦 Break up complex functions or components.
  • ⚙️ Consider splitting large files or lazy-loading.
  • 🔁 Refactor to increase your overall score next cycle.

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.

[Task]: Update Tailwind
1 participant