feat(explore): add search input box to explore tab views #352
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/steeper#352
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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 a search input box to each Explore tab view (Users, Orgs, Repositories) so users can filter results by name/query.
Why
The Explore tab (#351) renders a static list of users/orgs/repos but provides no way to search or filter them. On any reasonably-sized instance the list will be too long to navigate manually.
UX
Entertriggers an API search query (server-side)Escapeclears the search and resets to the full list/keybinding focuses the search box (common Vim/less convention)API mapping
GET /api/v1/users/search?q={query}GET /api/v1/orgs?q={query}orGET /api/v1/users/search?type=organizationGET /api/v1/repos/search?q={query}States
Future
add search input box to explore viewto feat(explore): add search input box to explore tab views