Added Splash Screens for PWA

This commit is contained in:
2026-07-09 11:12:37 +10:00
parent 4f3b7bd839
commit d765161b9a
5 changed files with 11 additions and 6 deletions
@@ -40,12 +40,12 @@ defineProps<{
<ToolTipRows v-if="isActive.value">
<FlightMap :flights="[flight]" :showLegend="false" />
<FlightMap :flights="[flight]" :showLegend="false" compact />
</ToolTipRows>
<ToolTipDivider />
<ToolTipRows>
<ToolTipRows style="min-width: 300px">
<ToolTipRow label="From" :value="flight.departure_airport.municipality" />
<ToolTipRow label="To" :value="flight.arrival_airport.municipality" />
<ToolTipRow label="Airline" :value="flight.airline.name" v-if="flight.airline" />