Home /
MeshJS /
Governance
15 commits this week
Jul 28, 2025
-
Aug 04, 2025
Merge pull request #47 from Technosophorso/main
fix npm metrics
Merge branch 'main' of https://github.com/Technosophorso/governance
Update proposal voting contexts
Update Vote_Context.jsonId
Refactor MeshStatsView and MeshStatsPage: Updated contributor stats handling to use total contributions instead of individual contributor contributions. Added useEffect to load contributor stats on component mount for improved data management.
Refactor contributor stats fetching: Updated fetchContributorStats to utilize new materialized view APIs for improved performance and data aggregation. Removed unused API calls and streamlined data handling for contributor summaries, repo activity, and timestamps.
Update proposal voting contexts
Update proposal voting contexts
Merge pull request #41 from Andre-Diamond/main
Main
Enhance data context in mesh-gov: Introduced individual loading and error states for various data sources, implemented lazy loading for contributor stats, and improved error handling in data fetching functions. Updated components to reflect these changes, ensuring better user experience and clearer state management.
Update DRep voting history and rationales
Merge pull request #40 from Andre-Diamond:main
Main
Merge branch 'main' of https://github.com/Andre-Diamond/mesh-governance
Refactor voting-markdown-action.js: Migrate from CommonJS to ES module syntax, enhancing compatibility and modernizing the codebase. Added dotenv configuration and established __dirname equivalent for ES modules.