Add stream of consciousness live activity ticker#523
Open
GiftedGiftB wants to merge 4 commits into
Open
Conversation
|
@GiftedGiftB is attempting to deploy a commit to the Jagadeesh B's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@GiftedGiftB Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
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.
closed #443
Description
This PR implements the stream-of-consciousness live activity ticker for the GrantFox FWC26 campaign. It introduces a new
LiveTickercomponent displayed on the marketing landing page, which streams realistic mock Stellar blockchain events in an infinite marquee loop. It also includes comprehensive reduced-motion support for accessibility.Type of Change
Related Issues
Closes #443
Changes Made
Files Modified
tailwind.config.ts(Lines 127-133) - Added marquee keyframe animation.app/components/LiveTicker.tsx- [NEW] Created the core live ticker UI component with mock event data and animations.app/(marketing)/page.tsx(Lines 35-37) - Integrated<LiveTicker />below theNavbar.app/components/__tests__/LiveTicker.test.tsx- [NEW] Test suite for ticker rendering and accessibility toggles.Key Changes
-100%.(prefers-reduced-motion: reduce). If enabled, the component gracefully falls back to a static banner showing the single latest event, wrapping it in arole="region"for screen readers instead of an infinitearia-hiddenticker.Testing
Test Coverage
Screenshots/Videos
Minimum screenshots for UI/design PRs
Before
(Omitted - Marketing page previously did not have a live events ticker banner)
After
(Omitted - See live environment for the animated marquee component spanning below the Navbar)
Pre-submission Checklist
Code Quality
Functionality
Documentation
Security & Accessibility
Breaking Changes
Breaking Changes:
Migration Steps:
Additional Notes
Dependencies
Performance Impact
Browser/Device Support
Labels
featureui/uxfrontendReviewers