You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: Mirrors the frontend's TopAssetsCard extension (Stellar-Insightss/Stellar-inights#182), but mobile has no equivalent existing component -- this is new.
Where:
New src/components/TopMoversCard.tsx
What to do:
Build the card matching the pivot doc's example (asset, percent change, new-holder count).
Suggested approach:
Design around the pivot doc's example shape (asset, percent change, new-holder count) -- build the presentational component first with mock data, then wire Wire TopMoversCard to /api/v1/rankings/top-movers #43's real data in.
Watch out for:
None beyond standard component hygiene -- this is genuinely new but well-scoped.
Context: Mirrors the frontend's
TopAssetsCardextension (Stellar-Insightss/Stellar-inights#182), but mobile has no equivalent existing component -- this is new.Where:
src/components/TopMoversCard.tsxWhat to do:
Suggested approach:
Watch out for:
Definition of done: