Skip to content

Fix search not displaying when no tags exist#32

Merged
mcintyre94 merged 1 commit intomainfrom
claude/issue-10-search-without-tags-HVj9w
Jan 21, 2026
Merged

Fix search not displaying when no tags exist#32
mcintyre94 merged 1 commit intomainfrom
claude/issue-10-search-without-tags-HVj9w

Conversation

@mcintyre94
Copy link
Copy Markdown
Owner

Summary

  • Fixes an issue where the search input was not displayed when no tags existed
  • Refactors TagFilters component to always show search when filters are enabled
  • Tag filter section is now conditionally rendered only when tags exist

Test plan

  • Verified search input displays when filters enabled but no tags exist
  • Verified search input and tag filters both display when tags exist
  • Confirmed search functionality works correctly in both scenarios

🤖 Generated with Claude Code

Previously the TagFilters component returned null when there were no tags,
hiding both the search input and tag filtering controls. Now search is always
displayed, and only the tag filtering toggle/badges are hidden when no tags
exist.

Fixes #10
@mcintyre94 mcintyre94 merged commit 303e59d into main Jan 21, 2026
1 check passed
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.

2 participants