feat: #1254 display group owner (#1406)

* feat: #1254 display group owner

* fix: format

* fix: format issue

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel
2024-11-03 00:33:49 +01:00
committed by GitHub
parent 0ff7c8903b
commit 34506b6339
6 changed files with 57 additions and 9 deletions

View File

@@ -75,6 +75,14 @@ export const groupRouter = createTRPCRouter({
permission: true,
},
},
owner: {
columns: {
id: true,
name: true,
image: true,
email: true,
},
},
},
});

View File

@@ -1932,7 +1932,10 @@
"back": "Back to groups",
"setting": {
"general": {
"title": "General"
"title": "General",
"owner": "Owner",
"ownerOfGroup": "Owner of this group",
"ownerOfGroupDeleted": "The owner of this group was deleted. It currently has no owner."
},
"members": {
"title": "Members",