Skip to content

Refresh payments portal account experience#9

Open
gabrielpoca wants to merge 1 commit into
mainfrom
gp/antseed-portal-design
Open

Refresh payments portal account experience#9
gabrielpoca wants to merge 1 commit into
mainfrom
gp/antseed-portal-design

Conversation

@gabrielpoca
Copy link
Copy Markdown
Member

@gabrielpoca gabrielpoca commented Jun 2, 2026

  • Redesigns the payments portal shell, navigation, top bar, wallet drawer, and shared modal/drawer primitives.
  • Reworks overview, deposit, withdraw, settings, activity, $ANTS, and DIEM reward views around consistent portal sections, metrics, and actions.
  • Restores the detailed reward/activity context while keeping the newer filters, claim flows, wallet authorization, and formatting utilities.

Comment on lines +11 to +14
function truncateAddress(address: string | null | undefined): string {
if (!address) return 'Not configured';
return `${address.slice(0, 6)}…${address.slice(-4)}`;
}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Should we move this somehwere it can be reused for consistentency?

@gabrielpoca gabrielpoca changed the title Port redesign Refresh payments portal account experience Jun 5, 2026
@gabrielpoca gabrielpoca force-pushed the gp/antseed-portal-design branch from f30202c to cab156b Compare June 5, 2026 14:24
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.

1 participant