refactor: extract ThankYouNote component from index page#509
Open
hassaansaleem28 wants to merge 15 commits intojenkins-infra:mainfrom
Open
refactor: extract ThankYouNote component from index page#509hassaansaleem28 wants to merge 15 commits intojenkins-infra:mainfrom
hassaansaleem28 wants to merge 15 commits intojenkins-infra:mainfrom
Conversation
Signed-off-by: Muhammad Hassaan Saleem <iamhassaans@gmail.com>
Signed-off-by: Muhammad Hassaan Saleem <iamhassaans@gmail.com>
Contributor
Author
|
Hey @krisstern, this looks good to me now. |
krisstern
requested changes
Feb 17, 2026
Member
krisstern
left a comment
There was a problem hiding this comment.
Please update the component name from "src/Components/CommunityStats.jsx" to "src/Components/ThankYouNote.jsx"
Signed-off-by: Muhammad Hassaan Saleem <iamhassaans@gmail.com>
Signed-off-by: Muhammad Hassaan Saleem <iamhassaans@gmail.com>
Contributor
Author
|
@krisstern Kindly review this pr and let me know if any further changes required. Thanks for your time. |
krisstern
requested changes
Feb 23, 2026
Signed-off-by: Muhammad Hassaan Saleem <iamhassaans@gmail.com>
….com/hassaansaleem28/contributor-spotlight into refactor/section-community-stats-507
krisstern
previously approved these changes
Feb 28, 2026
krisstern
approved these changes
Feb 28, 2026
Member
|
@hassaansaleem28 would you mind pushing an empty commit so I could approve and merge this? |
Signed-off-by: Muhammad Hassaan Saleem <iamhassaans@gmail.com>
Signed-off-by: Muhammad Hassaan Saleem <iamhassaans@gmail.com>
….com/hassaansaleem28/contributor-spotlight into refactor/section-community-stats-507
Contributor
Author
|
Hi @krisstern, just a gentle reminder -- could u plz take a look at this pr? It's ready for merge |
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.
Description
Refactors the "Thank You" / Community Stats section from src/pages/index.js into a separate component src/Components/CommunityStats.jsx
Goal:
The primary goal of this PR is to clean up index.js by decoupling the stats fetching logic and UI.
Changes:
axios,PapaParse) and state management into CommunityStats.jsx.Note:
Currently, the component fetches its own data. Future improvements could allow passing data as props to make it fully reusable for other contexts.
Related Issue
Fixes #507
Verification
npm run develop.