Rebuild Landing hero metrics strip with glass-card tokens + reduced-m… - #501
Open
Olajcodes wants to merge 3 commits into
Open
Rebuild Landing hero metrics strip with glass-card tokens + reduced-m…#501Olajcodes wants to merge 3 commits into
Olajcodes wants to merge 3 commits into
Conversation
…otion - Integrate useReducedMotion hook into useCountUp so the count-up animation is skipped entirely when the user prefers reduced motion, showing final values immediately - Polish the three stat cards with glass-card brand tokens: consistent borders, per-card hover glow (white/cyan/blue), transition-all - Improve mobile readability: responsive text-xl sm:text-2xl, explicit grid-cols-1 on mobile, tighter gap-3 sm:gap-4 Closes TevaLabs#399
|
Someone is attempting to deploy a commit to the josephchimebuka's projects Team on Vercel. A member of the Team first needs to authorize it. |
added 2 commits
August 26, 2026 16:07
Add eslint-disable blocks inside effects that call setState for: - PriceChart.tsx: reset + reload on asset change - Dashboard.tsx: clear entry price, fetch stats/activities, refresh inspector - Learn.tsx: fetch education content on mount These are all legitimate data-fetching/reset patterns that trigger the lint rule because they call setState indirectly through async callbacks. The PredictionHistory case was already suppressed by the next-line comment since the setState call is on the following line. Closes TevaLabs#397
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…otion
Closes #399