feat(community): recent proposal activity + participation summary (closes #262) - #282
Merged
Caneryy merged 2 commits intoAug 30, 2026
Merged
Conversation
|
Someone is attempting to deploy a commit to the caneryy's projects Team on Vercel. A member of the Team first needs to authorize it. |
Jaydearcadian
marked this pull request as draft
August 26, 2026 21:48
Jaydearcadian
marked this pull request as ready for review
August 26, 2026 22:14
Jaydearcadian
force-pushed
the
feat/262-community-activity
branch
from
August 28, 2026 05:16
27baa66 to
62d0a78
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Closes #262 — FR-7 / UJ-2–4 (community detail: recent proposal activity & participation).
Implemented gates
record.governorContract; no global Governor fallback.governanceDisplay.tsadds supplemental~duration using the ADR-006 5-second assumption and an explicit footnote.ProposalState.Active./communities/[id]/proposals/[proposalId].No proposals yet; it is not treated as an error.Unavailable; partial proposal failures areStale; loading isDelayed; clean results areCurrent.Corrections
The PR is intentionally draft. Commit
eedd1d3adds an explicit discovery-error state soUnavailableis reachable and distinct from an empty successful result. Commitf5d5fe2resolves the strict TypeScriptnumber | undefinedissue invoteAggregationand adds the lint exception for the dependency-failure state.Verification
npm installsucceeds: 1,093 packages added and 1,099 audited.npx eslint .passes.tsc --noEmit --project ./tsconfig.jsonpasses.origin/mainreproduces the failingProposalDetailPage,voteAggregation, andstellarsuites. These are outside the Add recent proposal activity and participation summary to community detail #262 changed surface. The twonode:testcommunity-factory suites also fail in the existing Vitest configuration because Vite cannot bundle the Node built-in import.git diff --checkpasses and the remote branch head is verified atf5d5fe2d47f14ea57c52827ed18ea4d41fd32346.The PR remains draft because the repository-wide suite is not green. The #262 changed surface is green, and the remaining failures require a separate baseline/test-harness issue rather than additional #262 feature work.