Skip to content

Commit 335df77

Browse files
committed
feat(tui): add 'a: add endpoint' keybind to footer
- Show 'a: add endpoint' in selected collection view footer - Provides clear user guidance for endpoint creation functionality - Matches existing keybind pattern in footer instructions
1 parent 1739600 commit 335df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tui/views/selected_collection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func (v SelectedCollectionView) View() string {
217217
mainStyle.Render(mainContent),
218218
)
219219

220-
instructions := "↑↓: navigate endpoints • 1: request • 2: response • enter: edit • esc: stop editing • r: send • esc/q: back"
220+
instructions := "↑↓: navigate endpoints • a: add endpoint • 1: request • 2: response • enter: edit • esc: stop editing • r: send • esc/q: back"
221221
if v.notification != "" {
222222
instructions = lipgloss.NewStyle().
223223
Foreground(styles.Warning).

0 commit comments

Comments
 (0)