opencodeiiita / Productivity-Tracker

6 stars 45 forks source link

Add profile page #53

Closed batflarrow closed 3 years ago

batflarrow commented 3 years ago

Issue: 49

Short description of what this resolves:

Created a profile page with information of the user along with account stats

Changes proposed in this pull request and/or Screenshots of changes:

opencode-bot commented 3 years ago

Hey @batflarrow

Thanks for opening this PR :rocket:. Mentor will review your PR soon and till then, keep contributing and stay calm.

Thanks for contributing to OpenCode ✨✨!

batflarrow commented 3 years ago

@thelavenderhue Please review and let me know if anything else is required.

thelavenderhue commented 3 years ago

@batflarrow no changes required, looks good

opencode-bot commented 3 years ago

Hey @batflarrow

Your PR has been merged :partying_face::partying_face: and you have earned 30 points.

Thanks for contributing to OpenCode ✨✨!

thelavenderhue commented 3 years ago

@batflarrow there seems to be an issue with material ui icons. Look into it. The frontend part has been initialized using yarn, make sure you use the same.

batflarrow commented 3 years ago

@batflarrow there seems to be an issue with material ui icons. Look into it. The frontend part has been initialized using yarn, make sure you use the same.

Ohk I'll look into it first thing tomorrow, they were working fine for me.. is there an issue with the dependency tree?

thelavenderhue commented 3 years ago

@batflarrow since package-lock.json and yarn.lock both were there simultaneously it was leading to a conflict while running in some cases. It has been resolved, you don't need to check it now.

batflarrow commented 3 years ago

@batflarrow since package-lock.json and yarn.lock both were there simultaneously it was leading to a conflict while running in some cases. It has been resolved, you don't need to check it now. Ohk thanks, Will take care of this next time..