Skip to content

feat: implement smart contract activity timeline UI #46#69

Merged
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Toromo7:main
Apr 26, 2026
Merged

feat: implement smart contract activity timeline UI #46#69
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Toromo7:main

Conversation

@Toromo7
Copy link
Copy Markdown

@Toromo7 Toromo7 commented Apr 25, 2026

This PR implements a responsive, timeline-style UI component to display blockchain events for smart contract activities.
Key Features & Requirements Met:
Event Tracking: Displays all four required states: Escrow Created, Milestone Funded, Payment Released, and Dispute Raised.
Distinct Styling: Completed events feature a solid green background with checkmarks, while upcoming events are greyed out to show future state.
Current Highlight: The current active event (Payment Released) is highlighted with a blue accent and a pulse animation to draw user attention.
Reusable Design: Built using a data-driven array approach, making it easy to scale or update events in the future.
Platform Consistency: Styled with Tailwind CSS to match the existing TaskChain color palette and typography.
screenshot:
Screenshot 2026-04-25 103106

Closes: #46

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 25, 2026

@Toromo7 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! 🚀

Learn more about application limits

@SudiptaPaul-31 SudiptaPaul-31 merged commit a816b37 into Lumina-eX:main Apr 26, 2026
1 check passed
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.

[Feature]: Smart Contract Activity Timeline UI

2 participants