BuidlGuidl / batch1.buidlguidl.com

https://batch1.buidlguidl.com
MIT License
1 stars 12 forks source link

Profile component for papawheelie.eth #12

Closed mrpapawheelie closed 9 months ago

mrpapawheelie commented 9 months ago

Description

Implemented a new profile page featuring dynamic content fetched using the viem package's hooks for getEnsText() information. The page prominently displays user-specific data such as ENS name, bio, and social links. The layout and styling of the profile page are crafted using Tailwind CSS.

Screenshot 2024-01-16 at 3 45 58 AM

Additional Information

Related Issues

Closes #8

Note: If your changes are small and straightforward, you may skip the creation of an issue beforehand and remove this section. However, for medium-to-large changes, it is recommended to have an open issue for discussion and approval prior to submitting a pull request.

Your ENS/address: papawheelie.eth

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
batch1-buidlguidl-com-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 18, 2024 11:19am
carletex commented 9 months ago

Hey @mrpapawheelie , thanks for the PR!

Getting this when trying to access to your page:

image


Take a look at how other components / pages are exported in SE2.

carletex commented 9 months ago

Now it works! The ENS fetching data is pretty cool <3

Wasn't sure if we were going to add more entities to this file so had it as a named export, it's been converted it to default.

It's not a matter of preference in this case. If you don't have a default export on a NextJS page. it'll give an error when trying to navigate to the page. Check the screenshot I pasted in the previous comment.

Left a couple of tiny comments!

Thank you!

carletex commented 9 months ago

Great stuff @mrpapawheelie

this looks great!