Create the upcoming events component

This commit is contained in:
itsfinniii
2026-03-20 21:51:54 +01:00
parent dcaf313745
commit fac720c4a1
7 changed files with 74 additions and 3 deletions

View File

@@ -112,7 +112,14 @@ query getAllPages($date: String!) {
location,
map_location,
start_date,
end_date
end_date,
thumbnail {
id,
created_on,
filename_disk,
width,
height
}
}
}

View File

@@ -112,7 +112,14 @@ query getAllPages($date: String!, $route: String!) {
location,
map_location,
start_date,
end_date
end_date,
thumbnail {
id,
created_on,
filename_disk,
width,
height
}
}
}