Improve group related UI

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-15 17:25:33 +02:00
parent 9639a066ff
commit 6cc233a6d3
22 changed files with 892 additions and 427 deletions

View File

@@ -80,10 +80,22 @@ export const GROUP_FIELDS_FRAGMENTS = gql`
avatar {
id
url
name
metadata {
width
height
blurhash
}
}
banner {
id
url
name
metadata {
width
height
blurhash
}
}
organizedEvents(
afterDatetime: $afterDateTime

View File

@@ -41,6 +41,11 @@ export const POST_FRAGMENT = gql`
id
url
name
metadata {
height
width
blurhash
}
}
}
${TAG_FRAGMENT}