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 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 10, 2024 3:30pm |
This pull request implements a custom 404 page and enhances the profile page functionality. It also updates the navbar to include a profile link and adds error handling for unauthenticated users.
Change | Details | Files |
---|---|---|
Implement a custom 404 page |
|
src/pages/404.tsx |
Enhance profile page functionality |
|
src/pages/profile/[address].tsx |
Update navbar to include profile link |
|
src/components/layout/Navbar.tsx |
Summary by Sourcery
Implement a custom 404 error page and a detailed profile page for users, including token holdings and transaction history. Enhance the Navbar to support dynamic profile linking based on user connection status.
New Features:
Enhancements: