{fuel.fuel_type}
-{fuel.currency} {formatFuelPrice(fuel.price_per_litre)} / litre
+{fuel.fuel_type}
++ {fuel.currency} {formatFuelPrice(fuel.price_per_litre)} + / litre + {formatVatLabel(fuel.inc_vat)} +
+{fuel.notes}
}From 17b2a5d8355802a324f0f0ebbcbb0aead0a630f1 Mon Sep 17 00:00:00 2001
From: James Pattinson
+ If your flight is outside the FRZ, you do not need to submit a request, but it would still be appreciated if it is in the vicinity. Please follow the local drone guidance and fly safely. +
@@ -30,6 +32,16 @@ const frzGeoJsonEndpoint = `${pprApiBase}/drone-requests/frz`; +{fuel.fuel_type}
-{fuel.fuel_type}
+{fuel.notes}
}- This form is under test. If you have any issues, email - james.pattinson@sasalliance.org. + If you have any issues, email + james.pattinson@sasalliance.org - our resident IT nerd!
+ The cafe at Swansea Airport is a relaxed, welcoming spot for pilots, visitors, walkers, + families, and anyone passing through the airfield. It is friendly, informal, and dog + friendly, making it an easy place to stop for a drink, a bite to eat, and a view of the + airfield. +
++ Whether you are meeting friends, watching the aircraft, or taking a break while exploring + Fairwood Common and the Gower, the cafe offers a comfortable place to pause and enjoy the + airport atmosphere. +
++ On Thursday to Sunday evenings, the cafe transforms into Thai Bach Express, serving Thai + food for delivery and dining in. + Visit Thai Bach. +
+ +About
-- This section provides information for local communities and visitors. Choose a topic - below to view placeholder content that will be replaced with final approved copy. -
A friendly, dog-friendly cafe for visitors, walkers, pilots, and local families.
+The story of Swansea Airport, formerly RAF Fairwood Common.
diff --git a/src/pages/events/index.astro b/src/pages/events/index.astro index 4e979d3..f6034d9 100644 --- a/src/pages/events/index.astro +++ b/src/pages/events/index.astro @@ -2,8 +2,9 @@ import BaseLayout from '../../layouts/BaseLayout.astro'; import EventsList from '../../components/EventsList.astro'; import { getEvents } from '../../lib/directus'; +import { getUpcomingEvents } from '../../lib/events'; -const events = (await getEvents()).sort((left, right) => new Date(left.start_datetime).getTime() - new Date(right.start_datetime).getTime()); +const events = getUpcomingEvents(await getEvents()); ---Flying from Swansea
-- Swansea Airport is set up for straightforward arrivals and departures, with a compact layout, a clear operating rhythm, and enough room to keep the focus on flying rather than logistics. -
-- Operational notices, fuel pricing, events, and visitor guidance are presented together so people can scan what they need without digging through the page. -
-
-