Tighten phone group and detail layout

This commit is contained in:
Joe Julian
2026-04-03 07:10:25 -07:00
parent b76cb7e1df
commit a8bb5bf6b9
3 changed files with 51 additions and 91 deletions
+9
View File
@@ -775,6 +775,15 @@ func TestUIPhoneGroupBrowserToggleDoesNotChangeCurrentGroupToolsState(t *testing
}
}
func TestUIPhoneStartsWithGroupToolsCollapsed(t *testing.T) {
t.Parallel()
u := newUIWithModel("phone", vault.Model{})
if !u.groupControlsHidden {
t.Fatal("groupControlsHidden = false, want phone Group Tools collapsed by default")
}
}
func TestUIPhoneListPanelWithExpandedGroupControlsAndEntriesDoesNotPanic(t *testing.T) {
t.Parallel()