Create the main view after login showing high-level stats.
Context:
User needs a quick overview of Total Value Locked (TVL), Active Streams, and Recent Activity.
Independence:
Use a mocked JSON object for user stats (e.g., { totalStreamed: 1000, activeStreams: 2 }).
Acceptance Criteria:
Create the main view after login showing high-level stats.
Context:
User needs a quick overview of Total Value Locked (TVL), Active Streams, and Recent Activity.
Independence:
Use a mocked JSON object for user stats (e.g.,
{ totalStreamed: 1000, activeStreams: 2 }).Acceptance Criteria: