add ScrollProgressBar component#190
Merged
melvincwng merged 5 commits intoyfosp:mainfrom Mar 18, 2026
Merged
Conversation
✅ Deploy Preview for yfosp canceled.
|
melvincwng
requested changes
Mar 18, 2026
Member
melvincwng
left a comment
There was a problem hiding this comment.
@shubsolos19 , thanks for the self-initiated/suggested feature enhancement to our community website.
Overall logic looks good, LGTM
Before I approve and merge the PR, please add yourself as a contributor in these 2 files:
- contributors.tsx
- CONTRIBUTORS.md
Tag/ping me once that's done
Member
|
@shubsolos19, add yourself as a contributor here: Make a new table row, each table row only has 6 cells - maintain the same consistency |
Member
|
Tag me once its done so I can approve and merge your request @melvincwng |
Contributor
Author
|
@melvincwng Done! Added myself to both contributors.tsx and CONTRIBUTORS.md ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this PR does
Added a reusable
ScrollProgressBarcomponent that shows a thinprogress bar at the top of the page as the user scrolls down.
Changes made
components/ScrollProgressBar.tsxpages/_app.tsxso it works on all pagesTech used