feat(tui): add Explore tab with users/orgs/repos views #351

Closed
opened 2026-07-08 08:19:32 +00:00 by fuzzy · 0 comments
Owner

What

Add an Explore tab to the TUI with three sub-views: Users, Orgs, and Repositories.

Why

Users currently have no way to browse or discover resources on the Forgejo instance from within steeper. The explore tab fills this gap.

Keybindings

View Keybinding
Users (default) Alt+U
Orgs Alt+O
Repositories Alt+R

States

Each view should handle:

  • Loading — show spinner while fetching from API
  • Populated — render list of results
  • Empty — show "No results" placeholder (e.g., no users match filter, or instance has no public repos)
  • Error — display API error with retry option

Default

The tab opens on Users view by default.

Future considerations

  • Search/filter within each view
  • Pagination for large result sets
  • Caching explore results
## What Add an `Explore` tab to the TUI with three sub-views: **Users**, **Orgs**, and **Repositories**. ## Why Users currently have no way to browse or discover resources on the Forgejo instance from within steeper. The explore tab fills this gap. ## Keybindings | View | Keybinding | |------|-----------| | Users (default) | `Alt+U` | | Orgs | `Alt+O` | | Repositories | `Alt+R` | ## States Each view should handle: - **Loading** — show spinner while fetching from API - **Populated** — render list of results - **Empty** — show "No results" placeholder (e.g., no users match filter, or instance has no public repos) - **Error** — display API error with retry option ## Default The tab opens on **Users** view by default. ## Future considerations - Search/filter within each view - Pagination for large result sets - Caching explore results
fuzzy self-assigned this 2026-07-08 08:19:32 +00:00
fuzzy added this to the (deleted) project 2026-07-08 08:19:32 +00:00
fuzzy changed title from create explore tab to feat(tui): add Explore tab with users/orgs/repos views 2026-07-08 08:20:15 +00:00
fuzzy closed this issue 2026-07-08 09:09:20 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/steeper#351
No description provided.