fact-bounty
fact-bounty copied to clipboard
Add profile page + components + adjustments
Please provide enough information so that others can review your pull request:
Related to issue: #458 (Google Code-in Task)
- Add /profile route which renders the Profile component
- Add UserInfo component to be used in the profile page
- Create profile page
Test plan (required)
Tests succeed.
Code formatting Ran format script (prettier using the provided config)
Closing issues Did not mention closing issue here as I am not 100% sure that this directly involves that issue.
@JosephSemrai 2 simple codacy issues are there. Fix them and commit and also squash all commits to a single one.
I have tried multiple methods of adding the line endings, including methods for both types of line endings, yet Codacy will still not recognize the changes. Does anyone have any insight on this? It would be greatly appreciated.
It appears that rebasing the commits is causing Codacy to not detect the line endings.
@Anmolbansal1 Whenever I rebase the commits and push it back to the remote, Codacy complains about there not being a trailing line ending, even though there is one. Do you happen to know how I might fix this or if there may be something in Codacy's configuration to address this?
It seems that Codacy is complaining about the line endings even though they aren't rebased. I will take a look at this.