Skip to content

fix(milestones): render EmptyState when milestones or pools list is empty (#273) - #291

Open
ghzhost wants to merge 1 commit into
MergeFi:mainfrom
ghzhost:fix/milestones-empty-state-273
Open

fix(milestones): render EmptyState when milestones or pools list is empty (#273)#291
ghzhost wants to merge 1 commit into
MergeFi:mainfrom
ghzhost:fix/milestones-empty-state-273

Conversation

@ghzhost

@ghzhost ghzhost commented Aug 21, 2026

Copy link
Copy Markdown

Summary

Closes #273

previously rendered empty grid containers when or resolved to an empty array (for example on a clean live deployment without milestones or maintenance pools configured yet), with no user feedback.

This PR adds fallbacks for both the milestone funding list and recurring maintenance pools list matching the pattern established across dashboard views.

Changes

  • Import and icon in
  • Render with descriptive copy for the milestones section when
  • Render with descriptive copy for the maintenance pools section when

Validation

  • npm run build passed successfully
  • Verified server rendering and type checking without errors

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the chonilius' projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

MilestonesPage renders empty milestones/pools grids with no EmptyState, unlike sibling list views elsewhere in the app

1 participant