timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
7.36k stars 1.84k forks source link

Continue Create Dropdown Options #946

Open Spiteless opened 2 weeks ago

Spiteless commented 2 weeks ago

Enhancement

Continuation of #897

Changes

Code structure

Visuals

With Changes image image
vercel[bot] commented 2 weeks ago

@Spiteless is attempting to deploy a commit to the timlrx's projects Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 2 weeks ago

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

Name Status Preview Comments Updated (UTC)
tailwind-nextjs-starter-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 3:02pm
timlrx commented 2 weeks ago

Thanks for picking up and continuing this work. There's a build error:

./components/MobileNav.tsx:109:44
Type error: An interface can only extend an object type or intersection of object types with statically known members.
  107 | export default MobileNav
  108 |
> 109 | interface RenderMobileNavLinkProps extends NavItem {
      |                                            ^
  110 |   clickFunc: () => void
  111 |   navLink: NavItem
  112 | }
Error: Command "yarn run build" exited with 1
timlrx commented 2 weeks ago

Styling wise, I would leave it up to you to decide what works best for mobile :)

Spiteless commented 2 weeks ago

Good to know this is moving in the right direction. I'd like to make another attempt at getting the styling better, I'll update this in a few days again.