[hero_proc] Terminal UI: full-screen mode with collapsible navigation bar #69

Closed
opened 2026-04-29 07:10:22 +00:00 by mahmoud · 0 comments
Owner

Problem

The terminal UI does not have a proper full-screen mode. When going
full screen, the navigation bar disappears entirely, losing access to
other hero_proc features. We need to maximize terminal real estate
while keeping navigation accessible.

Requirements

  • Full-screen mode that maximizes the terminal area
  • Navigation bar should be collapsible (hide/show toggle) in full-screen
  • Or: navigation available as an overlay/sidebar that can be opened
    and closed without leaving full-screen
  • Should work well as a remote desktop replacement

Relevant code

  • crates/hero_proc_ui/ — Axum + Askama web dashboard templates

Acceptance Criteria

  • Full-screen mode available for terminal
  • Navigation bar can be shown/hidden while in full-screen
  • No navigation items permanently lost in full-screen mode
  • Works well as a primary remote working interface
## Problem The terminal UI does not have a proper full-screen mode. When going full screen, the navigation bar disappears entirely, losing access to other hero_proc features. We need to maximize terminal real estate while keeping navigation accessible. ## Requirements - Full-screen mode that maximizes the terminal area - Navigation bar should be collapsible (hide/show toggle) in full-screen - Or: navigation available as an overlay/sidebar that can be opened and closed without leaving full-screen - Should work well as a remote desktop replacement ## Relevant code - `crates/hero_proc_ui/` — Axum + Askama web dashboard templates ## Acceptance Criteria - [ ] Full-screen mode available for terminal - [ ] Navigation bar can be shown/hidden while in full-screen - [ ] No navigation items permanently lost in full-screen mode - [ ] Works well as a primary remote working interface
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
lhumina_code/hero_proc#69
No description provided.