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
8.64k stars 2.01k forks source link

Created Dropdown Options #897

Closed pratikkabade closed 2 months ago

pratikkabade commented 5 months ago

Enhancement

Fixes #867

Implemented dropdown options in the navbar to allow users to hide additional options

Visuals

Screenshot 2024-04-17 23 33 45

vercel[bot] commented 5 months ago

@pratikkabade 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 5 months 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 Apr 22, 2024 8:10am
pratikkabade commented 5 months ago

@timlrx any problem with pr? As you haven't yet merged it

timlrx commented 5 months ago

@pratikkabade the build failed. Could you run it through prettier and push the updated changes?

pratikkabade commented 5 months ago

I thought it failed because of permission youve set, sure I'll give it a try Do I have to create another pr?

timlrx commented 5 months ago

Inspect

It's mostly prettier related. You should have initialized the husky git pre-commit hooks which will automatically run it through eslint and prettier, but since the code is already pushed, you can just run prettier --write and push the formatted codes.

CleanShot 2024-04-22 at 11 44 25@2x

pratikkabade commented 5 months ago

@timlrx I've made prettier formatting, please review it

pratikkabade commented 5 months ago

@timlrx any problem with PR? why haven't you merged it yet?

timlrx commented 5 months ago

@pratikkabade, the desktop version in good. The mobile version needs to be updated. I was thinking either to list it out but indent it like Dribble or making it an expandable dropdown like Figma. Any preference? CleanShot 2024-04-30 at 22 29 26@2x CleanShot 2024-04-30 at 22 31 09@2x