-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What feature do you want to see added?
The "Thank You" section at the bottom of the home page (which displays community contribution stats) is currently implemented directly inside src/pages/index.js. It contains significant logic for fetching and parsing CSV data, making the index.js file harder to maintain.
Current Issues:
- Data fetching and parsing logic is mixed with page layout.
- styles are mixed (Material UI + inline styles).
Proposed Solution :
-
Extract this section into a new component,
src/Components/CommunityStats.jsx -
Move the data fetching (useEffect with axios) and parsing logic into this component.
Upstream changes
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request