Skip to content

feat(community): add participation readiness checklist (#261) - #289

Closed
ZacLou wants to merge 1 commit into
stolla-labs:mainfrom
ZacLou:issue-261-readiness-checklist
Closed

feat(community): add participation readiness checklist (#261)#289
ZacLou wants to merge 1 commit into
stolla-labs:mainfrom
ZacLou:issue-261-readiness-checklist

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 1, 2026

Copy link
Copy Markdown

Closes #261

Adds a read-only checklist to the canonical community detail page that surfaces whether a member is ready to vote.

Adds a read-only checklist to the canonical community detail page that
surfaces whether a member is ready to vote: wallet connection, network,
NFT membership, self-delegation, and voting power.

- useParticipationReadiness hook loads balance/delegate/votes from the
  community NFT contract and exposes mint/delegate recovery actions.
- ParticipationReadinessChecklist renders each condition with at most one
  primary action and refreshes on successful transactions.
- Adds component tests covering disconnected, wrong-network, non-member,
  undelegated, zero-power, ready, loading, and read-error states.

Also repairs pre-existing type issues from the community registry refactor
(CommunityView -> Community, duplicate config properties, missing registry
exports) so the detail page and surrounding modules compile again.
@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

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.

@Caneryy

Caneryy commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Closing because linked issue #261 is unassigned. Repository policy requires the PR author to match the issue assignee before work can proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a participation readiness checklist to community detail

2 participants