Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨ add builder page for _indralukmana_ #16

Merged
merged 6 commits into from
Aug 16, 2024

Conversation

indralukmana
Copy link
Contributor

@indralukmana indralukmana commented Aug 13, 2024

Description

Add personal builder page for indralukmana with following points of considerations:

  • as much as possible make the page server rendered / statically generated
  • use existing library based on the package.json (mostly leveraging the existing React Icons lib)
  • use the existing Address component from ScaffoldETH for ETH address related information
  • lightweight client-side effects
  • implemented some unique effects that I'm experimenting on my projects

The followings are sample screenshots of the page in mobile and desktop views, displayed in dark and light mode:

💻 Desktop Views

buidlguidl_batch8_indra-desktop-dark

buidlguidl_batch8_indra-desktop-light

📱 Mobile Views buidlguidl_batch8_indra-mobile-dark buidlguidl_batch8_indra-mobile-light

Additional Information

Related Issues

Your ENS/address: 0x80Ad2861Ab5D4EeA61330A4bd7d6969357C463C3

Copy link

vercel bot commented Aug 13, 2024

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

Name Status Preview Comments Updated (UTC)
batch8-buidlguidl-com-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 15, 2024 1:52pm

Copy link
Collaborator

@phipsae phipsae left a comment

Choose a reason for hiding this comment

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

Very nice written code and personal page @indralukmana!
Really appreciate the effort.

I don't have much to add, just a few small suggestions below.

Thanks for the excellent PR!

import IndraSparkleName from "~~/app/builders/0x80Ad2861Ab5D4EeA61330A4bd7d6969357C463C3/_components/IndraSparkleName";
import { Address } from "~~/components/scaffold-eth";

const BuilderPage: React.FC = () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

You might consider using the NextPage type here, as this component is intended to be used specifically as a page and likely won't be reused elsewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! missed that type, NextPage is the proper type here. Also remind me of on my Todo for researching linter rules related to Next.js usages.

fixed at 0acaedc (#16)

@@ -0,0 +1,14 @@
const IndraAboutMeSection = () => {
return (
<section className="container mx-auto space-y-2">
Copy link
Collaborator

Choose a reason for hiding this comment

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

You could include a picture of yourself or an avatar to add a more personal and friendly touch.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I actually don't have a lot of photo 😆 grabbing some recent one here. Was planning to get some user/profile NFT but haven't got a chance to look for something I'd like.

fixed at 95b455c (#16)

@phipsae phipsae self-assigned this Aug 14, 2024
@indralukmana
Copy link
Contributor Author

Thank you for the reviews @phipsae! sent my fixes 🎉

@phipsae
Copy link
Collaborator

phipsae commented Aug 16, 2024

Very nice job! Appreciated, and merged :)

@phipsae phipsae merged commit 79c7fe5 into BuidlGuidl:main Aug 16, 2024
2 checks passed
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.

2 participants