Various UI stuff (mainly implement mookup)
Fix lint Disable modern mode Fixes UI fixes Fixes Ignore .po~ files Fixes Fix homepage Fixes Fixes Mix format Fix tests Fix tests (yeah…) Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -51,6 +51,10 @@ export const FETCH_EVENT = gql`
|
||||
# },
|
||||
participants {
|
||||
${participantQuery}
|
||||
},
|
||||
tags {
|
||||
slug,
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -75,7 +79,8 @@ export const FETCH_EVENTS = gql`
|
||||
# online_address,
|
||||
# phone_address,
|
||||
physicalAddress {
|
||||
description
|
||||
description,
|
||||
locality
|
||||
}
|
||||
organizerActor {
|
||||
avatarUrl,
|
||||
|
||||
Reference in New Issue
Block a user