Rework homepage and add a (fancy) about section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -97,6 +97,7 @@ query LoggedUserParticipations($afterDateTime: DateTime, $beforeDateTime: DateTi
|
||||
uuid,
|
||||
title,
|
||||
picture {
|
||||
id,
|
||||
url,
|
||||
alt
|
||||
},
|
||||
@@ -143,6 +144,7 @@ export const LOGGED_USER_DRAFTS = gql`
|
||||
uuid,
|
||||
title,
|
||||
picture {
|
||||
id,
|
||||
url,
|
||||
alt
|
||||
},
|
||||
|
||||
@@ -7,7 +7,8 @@ export const DASHBOARD = gql`
|
||||
uuid,
|
||||
title,
|
||||
picture {
|
||||
alt
|
||||
id,
|
||||
alt,
|
||||
url
|
||||
},
|
||||
},
|
||||
|
||||
@@ -110,6 +110,10 @@ export const FETCH_EVENT = gql`
|
||||
uuid,
|
||||
title,
|
||||
beginsOn,
|
||||
picture {
|
||||
id,
|
||||
url
|
||||
}
|
||||
physicalAddress {
|
||||
description
|
||||
},
|
||||
|
||||
@@ -25,6 +25,7 @@ export const REPORTS = gql`
|
||||
uuid,
|
||||
title,
|
||||
picture {
|
||||
id,
|
||||
url
|
||||
}
|
||||
},
|
||||
@@ -58,6 +59,7 @@ const REPORT_FRAGMENT = gql`
|
||||
title,
|
||||
description,
|
||||
picture {
|
||||
id,
|
||||
url
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user