feat(explore): add search input box to explore tab views #361
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/steeper!361
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/352-explore-search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add search InputField to Explore tab.
/focuses search, typing filters client-side, Enter triggers API search, Escape clears.Closes #352
Review
Result: Approved — no blocking issues.
Summary: Adds search to Explore tab.
/focuses input field, typing filters client-side via substring match on both columns, Enter triggers API-backed search (users/repos only). Escape clears search text. Search resets on sub-view switch. Keybar updated.Non-blocking:
SearchInputChanged/SearchInputDoneare exported but unused (callbacks set directly in constructor)Checklist:
New commits pushed, approval review dismissed automatically according to repository settings
Re-Review
Result: Approved — no blocking issues. Significant restructuring from previous version.
Changes since previous review:
loadedfield removed (async doesn't need it)SearchInputChanged/SearchInputDonedead code removedNon-blocking:
SetChangedFuncremoved — typing no longer filters in real-time. Filter functions exist but only run on data load or API searchChecklist: