-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brian doyle/revamp root #1124
Brian doyle/revamp root #1124
Conversation
briandoyle81
commented
Jan 28, 2025
•
edited
Loading
edited
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can there be an animation on the carousel? Also feels like the mobile layout could be slightly improved for it.
src/components/ActionCardGrid.tsx
Outdated
sections: { | ||
title: string; | ||
title?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont think the UI supports it being optional right now. I'd change the line below to support that if you want that and make sure to test it.
@@ -25,4 +25,8 @@ export const colors: Record<ColorOption, { light: string; dark: string }> = { | |||
light: 'bg-white', | |||
dark: 'bg-gray-100', | |||
}, | |||
flowgreen: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just change green to be flow green? or they vary and are both required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both are required. I think the flow green is too neon to use throughout, which is why Fernando did a milder one.
Agreed but don't want perfect to get in the way of good. |