Skip to content

fix: keep sidebar search field visible when no tables match filter#238

Merged
datlechin merged 1 commit intomainfrom
fix/sidebar-search-disappears
Mar 9, 2026
Merged

fix: keep sidebar search field visible when no tables match filter#238
datlechin merged 1 commit intomainfrom
fix/sidebar-search-disappears

Conversation

@datlechin
Copy link
Owner

Summary

  • Fix sidebar search field disappearing when no tables match the filter on macOS 15.x and earlier
  • Always render the List in the sidebar and show ContentUnavailableView inside it for empty results, instead of swapping the entire view

Closes #235

Test plan

  • Connect to any database with tables
  • Type a non-existent table name in the sidebar filter
  • Verify the search field stays visible and editable
  • Verify "No matching tables" message is shown
  • Clear the search and verify tables reappear

@datlechin datlechin merged commit d76149f into main Mar 9, 2026
2 checks passed
@datlechin datlechin deleted the fix/sidebar-search-disappears branch March 9, 2026 16:08
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.

Search input disappears when no table found

1 participant