Add the ability to expand and collapse sections of the contacts panel

Also, allow joining projects using the keyboard.
This commit is contained in:
Max Brunsfeld
2022-05-11 17:28:35 -07:00
parent 615319b2ab
commit 72e7079005
11 changed files with 189 additions and 85 deletions
+1
View File
@@ -68,6 +68,7 @@ export default function contactsPanel(theme: Theme) {
iconWidth: 8,
},
rowHeight: 28,
sectionIconSize: 8,
headerRow: {
...text(theme, "mono", "secondary", { size: "sm" }),
margin: { top: 14 },