Simplify event list card with a dropdown, load group attribution and
show identity for participation Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -211,6 +211,18 @@ export const LOGGED_USER_PARTICIPATIONS = gql`
|
||||
url
|
||||
}
|
||||
}
|
||||
attributedTo {
|
||||
avatar {
|
||||
id
|
||||
url
|
||||
}
|
||||
preferredUsername
|
||||
name
|
||||
summary
|
||||
domain
|
||||
url
|
||||
id
|
||||
}
|
||||
participantStats {
|
||||
going
|
||||
notApproved
|
||||
@@ -220,6 +232,11 @@ export const LOGGED_USER_PARTICIPATIONS = gql`
|
||||
maximumAttendeeCapacity
|
||||
remainingAttendeeCapacity
|
||||
}
|
||||
tags {
|
||||
id
|
||||
slug
|
||||
title
|
||||
}
|
||||
}
|
||||
id
|
||||
role
|
||||
|
||||
Reference in New Issue
Block a user