From 8c0b7c4c1d4b9f89767c6855f9ab8e0147d4bfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 12 Aug 2025 23:22:51 -0400 Subject: [PATCH] add template for group selection dropdown --- templates/group/selector.tmpl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/group/selector.tmpl diff --git a/templates/group/selector.tmpl b/templates/group/selector.tmpl new file mode 100644 index 0000000000..70246da80a --- /dev/null +++ b/templates/group/selector.tmpl @@ -0,0 +1,27 @@ +{{define "group-selection-item"}} +
+ {{ctx.AvatarUtils.Avatar . 28 "mini"}} + {{.ShortName 40}} +
+ {{range .Subgroups}} + {{block "group-selection-item" .}} + {{end}} + {{end}} +{{end}} +
+ + +