Closed RedWilly closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
pump-ui | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Sep 9, 2024 9:49am |
This pull request implements significant updates to the dashboard, token details, and profile pages, focusing on improving the user interface, adding new features, and enhancing the overall user experience. The changes include a new tab system for displaying held and created tokens, improved pagination, responsive design adjustments, and the addition of a new profile page.
Change | Details | Files |
---|---|---|
Implemented a new tab system in the dashboard to display held and created tokens |
|
src/pages/dashboard.tsx src/utils/api.ts |
Improved pagination component and implemented it across multiple components |
|
src/pages/dashboard.tsx src/components/TokenDetails/TokenHolders.tsx src/components/TokenDetails/TransactionHistory.tsx |
Enhanced responsive design and UI improvements across multiple components |
|
src/pages/dashboard.tsx src/components/TokenDetails/TokenInfo.tsx src/components/TokenDetails/TransactionHistory.tsx src/pages/token/[address].tsx |
Implemented new formatAmountV3 function for better number formatting |
|
src/utils/blockchainUtils.ts src/components/TokenDetails/TokenHolders.tsx src/components/TokenDetails/TransactionHistory.tsx |
Added a new profile page |
|
src/pages/profile/[address].tsx |
Summary by Sourcery
Enhance the dashboard with a new tabbed interface to separate tokens held and created, introduce a new API endpoint to fetch tokens by creator, and implement a reusable pagination component. Refactor token information and transaction history displays for improved usability and readability, especially on smaller screens.
New Features:
Enhancements: