gsocanalyzer
gsocanalyzer copied to clipboard
fixed footer issue
Issue
Fixes #75
Description
New content container add to Home & Bookmarked. Modified footer css.
Type of change
- [x] Bug fix #75 (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation change
Screenshot

Checklist:
- [x] My code follows the style guidelines of this project
- [x] The app runs properly
- [x] I have performed a self-review of my own code
- [x] I have formatted and commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
Please check if this can be merged.
Please remove the merge conflicts too.
- As per the instructions, I have reverted all the changes done in all the files which was affected due to the code editor format on save. Later, I made changes to the required CSS.
- Also regarding the merge conflict it was occurring in Home.js file which was also changed by the editor on save option as per my knowledge. So, in my opinion reverting everything would have solved that too.
Regarding the last part pushing them to my PR. I did not understand that very well.
- Should I make a new PR & close this one?
- Should I commit the changes to same PR?
If it's the later one, I have no idea to how to push changes to same PR. Can you please guide me through. Thanks.
- As per the instructions, I have reverted all the changes done in all the files which was affected due to the code editor format on save. Later, I made changes to the required CSS.
- Also regarding the merge conflict it was occurring in Home.js file which was also changed by the editor on save option as per my knowledge. So, in my opinion reverting everything would have solved that too.
Just a correction to your second point: The merge conflict is not due to the editor. It occurs when someone also proposed some changes on the same line of code that you were working and his/her changes got merged before you. That's why you faced a merged conflict. To resolve this, I'd suggest you to watch any tutorial on "How to resolve merge conflicts"
Regarding the last part pushing them to my PR. I did not understand that very well.
- Should I make a new PR & close this one?
- Should I commit the changes to same PR?
If it's the later one, I have no idea to how to push changes to same PR. Can you please guide me through. Thanks.
By pushing I meant, just do a new commit to your current PR and push those latest changes. By pushing, your newly added commits will also reflect here, and I will be able to see your updated code.
I've done the changes. Please check once. I hope this time it's right.