notsoocool / codecache

CodeCache is a dynamic web application designed to streamline the way developers manage and access code snippets. The platform provides a comprehensive library of code snippets, allowing users to save, organize, and retrieve useful code snippets for various programming languages and use cases.
https://codecache.tech
MIT License
18 stars 56 forks source link

Feat profile page #45

Closed priyanshuverma-dev closed 1 month ago

priyanshuverma-dev commented 1 month ago

Changes and improvements

https://github.com/user-attachments/assets/94a84c24-33b6-40b5-92ad-2aa57927e59e

vercel[bot] commented 1 month ago

@priyanshuverma-dev is attempting to deploy a commit to the notsoocool's projects Team on Vercel.

A member of the Team first needs to authorize it.

notsoocool commented 1 month ago

Hey @priyanshuverma-dev,

As I mentioned earlier, you need to fetch from the develop branch and push your changes to the develop branch. However, you've fetched from the main branch and raised a PR for the main branch instead. This is making it difficult to review your changes, as it's reflecting all previous commits as well.

I am closing this PR for now. Please open a new one, keeping the following in mind:

  1. Fetch from the develop branch.
  2. Push your changes to the develop branch.
  3. Make sure your PR includes only the files you’ve changed.

Thanks!