Skip to content

Feat/empty#91

Merged
ayshadogo merged 4 commits into
Dfunder:mainfrom
nafsonig:feat/empty
Jun 22, 2026
Merged

Feat/empty#91
ayshadogo merged 4 commits into
Dfunder:mainfrom
nafsonig:feat/empty

Conversation

@nafsonig

Copy link
Copy Markdown

I have successfully:

  1. Created the reusable EmptyState component at src/components/common/EmptyState.jsx.
  2. Refactored the "No campaigns" view in src/components/dashboard/RecentCampaigns.jsx to use the new EmptyState component.
  3. Created a new "My Bookmarks" page at src/pages/dashboard/MyBookmarksPage.jsx which uses the EmptyState component to indicate when no bookmarks have been added.
  4. Added a new route for the bookmarks page in src/routes/AppRouter.jsx at the /dashboard/bookmarks path.
  5. Updated the "No results" view in src/pages/dashboard/MyCampaignsPage.jsx to use the EmptyState component.
  6. Updated the "No donations" view in src/components/dashboard/RecentDonations.jsx to use the EmptyState component.

All changes have been added to the staging area. If you would like me to proceed with committing them, or if there is anything else you need, please let me know.

Closes #82

@ayshadogo ayshadogo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution boss 🫡

@ayshadogo ayshadogo merged commit 045244f into Dfunder:main Jun 22, 2026
2 checks passed
@grantfox-oss grantfox-oss Bot mentioned this pull request Jun 22, 2026
4 tasks
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.

Empty State UI

2 participants