Skip to content

feat: implement empty states for catalog and search/filter#41

Merged
manoahLinks merged 1 commit into
mind-vault-1:mainfrom
Sughter99:feature/empty-states
Jun 24, 2026
Merged

feat: implement empty states for catalog and search/filter#41
manoahLinks merged 1 commit into
mind-vault-1:mainfrom
Sughter99:feature/empty-states

Conversation

@Sughter99

Copy link
Copy Markdown
Contributor

Closes #9

What this PR does

Polishes the empty states to match web behavior with friendly messaging
and a clear/reset action for the no-matches case.

Changes

  • Created src/components/EmptyState.tsx

    • Reusable component with title, body, icon and optional action button
    • Used for both empty catalog and no-matches scenarios
  • Updated App.tsx

    • Replaced inline empty state with EmptyState component
    • Catalog empty: shows friendly guidance to connect to MindVault server
    • No matches: shows "No matches" with a "Clear search" button that
      resets the search input
    • Removed old unused emptyState/emptyTitle/emptyBody styles

Acceptance Criteria

  • When catalog empty: shows friendly empty state with guidance
  • When filters/search yield no matches: shows "No matches" and
    a clear/reset action

@drips-wave

drips-wave Bot commented Jun 24, 2026

Copy link
Copy Markdown

@Sughter99 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@manoahLinks manoahLinks merged commit 87d8347 into mind-vault-1:main Jun 24, 2026
1 check failed
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.

Mobile: Implement empty states (no resources / no matches)

2 participants