Severity: Major
Description
The pane action bar shows single-letter buttons: V (split vertical), H (split horizontal), Z (zoom), and x (close). While title attributes provide tooltips, browser tooltips take ~500ms to appear, making the UI feel unintuitive on first use.
Location
crates/wmux-app/frontend/terminal-manager.js:52-55
Suggestion
Use recognizable icons (e.g. split icons, maximize icon, X icon) or slightly more descriptive labels. Even two-letter abbreviations like "V|" "H-" would be more suggestive.
Severity: Major
Description
The pane action bar shows single-letter buttons: V (split vertical), H (split horizontal), Z (zoom), and x (close). While
titleattributes provide tooltips, browser tooltips take ~500ms to appear, making the UI feel unintuitive on first use.Location
crates/wmux-app/frontend/terminal-manager.js:52-55Suggestion
Use recognizable icons (e.g. split icons, maximize icon, X icon) or slightly more descriptive labels. Even two-letter abbreviations like "V|" "H-" would be more suggestive.