Make group navigation controller-driven

This commit is contained in:
Joe Julian
2026-03-29 11:21:38 -07:00
parent ea5c8b3c31
commit 24dcf9c8ad
6 changed files with 191 additions and 60 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ func (u *ui) performShortcut(name string) error {
case shortcutNewEntry:
u.state.SelectedEntryID = ""
u.loadSelectedEntryIntoEditor()
u.entryPath.SetText(strings.Join(u.currentPath, " / "))
u.entryPath.SetText(strings.Join(u.state.CurrentPath, " / "))
u.keyboardFocus = detailFocusID(detailFieldTitle)
return nil
case shortcutCopyUser: