Skip to content

Conversation

@usetech-nick
Copy link
Contributor

@usetech-nick usetech-nick commented Dec 15, 2025

Description

This PR refines the Batch 22 home page UI and addresses the review feedback from the previous iteration.

The goal is to make the home page feel batch-centric and alive, while ensuring no regressions or unintended styling changes across the rest of the app.

What was done

1. Scoped styling to the Batch 22 home page

  • All visual changes are now scoped under .batch22-home
  • Global styles were restored to upstream defaults
  • Builders pages and shared components are unaffected

2. Improved dark & light mode contrast

  • Fixed readability issues in dark mode (BatchStatus text, CTA, and ActionCard icons)
  • Ensured hover states lift elements instead of darkening them
  • Verified light mode contrast, including menu and navigation

Additional improvements

  • Simplified navigation through ActionCards
  • Refined typography and layout for better structure and scanability

All changes are limited to the Batch 22 home page.
Builders pages and other routes remain visually unchanged.

Screenshots

Screenshot 2025-12-15 202255 Screenshot 2025-12-15 202246

Additional Information

  • I have read the contributing docs
  • This is not a duplicate of any existing pull request

Related Issues

Closes #4

ENS / Address

0x0eD3f043ad4Fe71D00dE45F6077b022576C4B86B

@vercel
Copy link

vercel bot commented Dec 15, 2025

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

Project Deployment Review Updated (UTC)
batch22.buidlguidl.com Ready Ready Preview, Comment Dec 16, 2025 6:25pm

Copy link
Collaborator

@melanke melanke left a comment

Choose a reason for hiding this comment

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

Thanks for the update

Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be better if you've used Tailwind to style, we find it easier to read and style the code by adding pre-built CSS classes directly to the HTML.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the feedback!
That makes sense, I agree using Tailwind utility classes directly keeps styling more readable and easier to maintain. I’ll refactor the home page styling to rely on Tailwind classes instead of custom CSS rules, while keeping everything scoped to the Batch 22 home page.

I’ll push an update shortly.

@usetech-nick
Copy link
Contributor Author

Refactored to remove custom CSS and rely purely on Tailwind + DaisyUI theme tokens (primary-content, base-content) for better dark/light consistency.
Let me know if you’d like this simplified further 👍

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.

h) Tweak the main page

2 participants