aadeshkulkarni / figuringout

Blogging + Social Media + AI | Opensource | Javascript | ReactJS | HonoJS | Prisma
https://figuringout.life
MIT License
72 stars 78 forks source link

Bug | Blogcard | Topics click #195

Closed aadeshkulkarni closed 3 days ago

aadeshkulkarni commented 1 week ago

Where ?

What ?

Screenshot:

Finance tag

Screenshot 2024-06-20 at 7 03 04 PM
krishchvn commented 6 days ago

Hey. I want to work on this issue. This will be my first contribution. Can you assign it to me?

aadeshkulkarni commented 6 days ago

Sure, make sure you go through contributing.md doc before starting dev. All the best!

krishchvn commented 4 days ago

Hi Aadesh, I'm trying to setup Prisma, I've generated and added API keys from Aiven and Prisma in .env file and Prisma API key in wrangler.toml file. While running npm run deploy, I'm facing below error image

I've also logged in on wrangler and installed accelerate as per Commands.md. Can you help me out here?

aadeshkulkarni commented 4 days ago

Hi Aadesh, I'm trying to setup Prisma, I've generated and added API keys from Aiven and Prisma in .env file and Prisma API key in wrangler.toml file. While running npm run deploy, I'm facing below error image

I've also logged in on wrangler and installed accelerate as per Commands.md. Can you help me out here?

You don't need to run the deploy command to run the app locally.

That command deploys the backend to Cloudflare. The Commands.md file can be ignored for setting up the codebase. Its only used by me when I need to make deployments.

krishchvn commented 3 days ago

Thanks, Aadesh.

image

When I click the pill ("topics"), it already has the the tagid on it ("/blogs?tagId=[tag]"). Even in the codebase, tagid is attached already. image

When I click on the pill, it redirects to showing all blogs/BlogCards which has Pill included in tags.
recording-2024-06-29-20-32-06.webm

Am I not understanding the issue here, or is it already solved?

aadeshkulkarni commented 3 days ago

Looks like it's already solved. Thanks for your contribution.