Skip to content

Conversation

@therealemjy
Copy link
Member

@therealemjy therealemjy commented Jan 15, 2026

Jira ticket(s)

VPD-415

Changes

evm app

  • remove current Dashboard page
  • add ad carousel and top markets to Dashboard page
  • add AssetCard component

@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
app.venus.io Ready Ready Preview Jan 21, 2026 9:53am
dapp-preview Ready Ready Preview Jan 21, 2026 9:53am
dapp-testnet Ready Ready Preview Jan 21, 2026 9:53am
venus.io Ready Ready Preview Jan 21, 2026 9:53am

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Jan 15, 2026

🦋 Changeset detected

Latest commit: e6e93b8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@venusprotocol/chains Minor
@venusprotocol/landing Minor
@venusprotocol/ui Minor
@venusprotocol/evm Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

Coverage Report for ./apps/evm

Status Category Percentage Covered / Total
🔵 Lines 76.98% 32848 / 42670
🔵 Statements 76.98% 32848 / 42670
🔵 Functions 59.89% 545 / 910
🔵 Branches 72.82% 4012 / 5509
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/evm/src/components/index.ts 100% 100% 100% 100%
apps/evm/src/components/AssetCard/index.tsx 100% 0% 100% 100%
apps/evm/src/components/TokenIcon/index.tsx 100% 66.66% 100% 100%
apps/evm/src/components/TokenIconWithSymbol/index.tsx 100% 66.66% 100% 100%
apps/evm/src/containers/Layout/NavBar/BurnedWBnbButton/index.tsx 0% 0% 0% 0% 1-53
apps/evm/src/containers/Layout/NavBar/ChainSelect/index.tsx 100% 80% 100% 100%
apps/evm/src/containers/Link/index.tsx 100% 75% 100% 100%
apps/evm/src/hooks/useFormatTo/index.ts 96.66% 90.9% 100% 96.66% 2
apps/evm/src/pages/Dashboard/index.tsx 0% 0% 0% 0% 1-21
apps/evm/src/pages/Dashboard/AdCarousel/index.tsx 0% 0% 0% 0% 1-33
apps/evm/src/pages/Dashboard/AdCarousel/PrimeBanner/index.tsx 0% 0% 0% 0% 1-47
apps/evm/src/pages/Dashboard/TopMarkets/index.tsx 100% 81.81% 50% 100%
apps/evm/src/pages/Dashboard/TopMarkets/TypeButton/index.tsx 100% 50% 100% 100%
Generated in workflow #12335 for commit e6e93b8 by the Vitest Coverage Report Action

@therealemjy therealemjy marked this pull request as ready for review January 16, 2026 16:35
@therealemjy therealemjy marked this pull request as draft January 19, 2026 09:07
{...otherProps}
/>

<div className="space-y-1">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div className="space-y-1">
<div>

<div className="space-y-1">
<p className={cn(displayChain && 'text-sm leading-[1.2]')}>{token.symbol}</p>

{displayChain && <p className="text-light-grey text-xs leading-[1.2]">{chain.name}</p>}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{displayChain && <p className="text-light-grey text-xs leading-[1.2]">{chain.name}</p>}
{displayChain && <p className="text-light-grey text-xs leading-[1.2] mt-1">{chain.name}</p>}

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.

3 participants