Closed 4nshuman closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
github-readme-quotes | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 22, 2024 11:49am |
github-readme-quotes-returns | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 22, 2024 11:49am |
@4nshuman is attempting to deploy a commit to the shravan20's projects Team on Vercel.
A member of the Team first needs to authorize it.
The changes across several components involve modifications to state management, theme handling, and styling. The Home
component now initializes colors as null
, simplifying event handling. The TemplateCard
component enhances theme and quote URL construction by creating shallow copies of theme objects and conditionally appending parameters. Overall, these changes streamline component functionality and improve code clarity.
File | Change Summary |
---|---|
frontend/src/components/Pages/Home/index.js |
Updated state initialization for colors to null and simplified event handling for color selection. |
frontend/src/components/organisms/TemplateCard/index.js |
Modified theme handling to create shallow copies and conditionally append URL parameters. |
sequenceDiagram
participant User
participant Home
participant TemplateCard
User->>Home: Selects color
Home->>Home: Update fontColor and bgColor
Home->>TemplateCard: Pass updated colors
TemplateCard->>TemplateCard: Construct quoteUrl with colors
TemplateCard->>User: Display updated template
🐇 "In the garden, colors bloom,
With every change, there's more room.
A template bright, a quote so clear,
With every hop, we spread good cheer!
Let's celebrate with joy and grace,
For every change, a brighter place!" 🌼
PR LGTM
Thank you so much for your efforts and time. Really appreciate it ❤️👏🏼
This commit fixes the issue##253
Before :
After:
Please take a look and let me of any review comments.
Summary by CodeRabbit
New Features
Bug Fixes
Chores