Feature - adding responsiveness #287 #293
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue Addressed
Closes #287
Proposed Changes and Benefits
I added responsiveness to mainly the header component, before it was difficult to read on smaller screens since both the text container and the animation container took up quite a lot of room while sharing a small screen. I have now changed the text container into a navigation bar at the top of the page with a hamburger menu whenever the screen width comes below 900 pixels. This gives the animation the full width of the screen making it stand out more again like on larger screens. I also made RandomContributor responsive for smaller screens.
Overall, I think these changes enhance the responsiveness and usability of the application. They make the header adaptable for various screen sizes, improve navigation through a mobile-friendly hamburger menu, and ensure consistency in the visual design with making sure the project title reappeared in the navigation bar. These improvements will enhance the user experience, especially on smaller devices.
Screenshots
Notes to Reviewers
No specific notes
Checklist
keyword: brief description of change
format, using one of the following keywords:Feature
- adds new or amends existing user-facing behavior.Chore
- changes that have no user-facing value, refactors, dependency bumps, etc.Fix
- bug fixes.Docs
- fixing typos and adding new content.