Skip to content

Conversation

@ElNgatia
Copy link
Contributor

@ElNgatia ElNgatia commented Jan 17, 2026

This PR improves developer experience by adding real-time box search and a helpful empty state when no matches are found.

@ElNgatia
Copy link
Contributor Author

@Rexios80 Let me know your review on this

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds real-time search functionality for boxes in the Hive CE Inspector DevTools extension. When users type in the search field, the box list is filtered to show only matching boxes, with an empty state displayed when no matches are found.

Changes:

  • Added a search text field above the boxes list with real-time filtering
  • Implemented case-insensitive search that filters box names
  • Added empty state message when no boxes match the search query
  • Updated padding to be consistent (8px) across search inputs

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
hive_ce_inspector/lib/widget/connected_layout.dart Added search controller, filtering logic, search UI, and empty state for boxes
hive_ce_inspector/lib/widget/box_view.dart Updated padding from 16px to 8px for consistency with new search UI

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.58%. Comparing base (2db8782) to head (8bf3c83).
⚠️ Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #280   +/-   ##
=======================================
  Coverage   93.58%   93.58%           
=======================================
  Files          64       64           
  Lines        2617     2617           
=======================================
  Hits         2449     2449           
  Misses        168      168           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@Rexios80 Rexios80 requested a review from Copilot January 20, 2026 15:48
@Rexios80 Rexios80 merged commit 800ae76 into IO-Design-Team:main Jan 20, 2026
32 checks passed
@Rexios80
Copy link
Member

Thanks for the contribution! This will be released in version 2.19.0.

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