v1 Release

This commit is contained in:
2026-07-11 18:44:40 +10:00
parent 85eeba982f
commit 5ac580bb06
15 changed files with 171 additions and 72 deletions
@@ -5,7 +5,7 @@ import DetailRow from "@/Components/FlightsGoneBy/Panels/DetailRow.vue";
import type {Flight} from "@/Types/types";
import PanelHeader from "@/Components/FlightsGoneBy/Panels/PanelHeader.vue";
import PanelSubHeader from "@/Components/FlightsGoneBy/Panels/PanelSubHeader.vue";
import LiveryImage from "@/Components/FlightsGoneBy/LiveryImage.vue";
import LiveryImage from "@/Components/FlightsGoneBy/Liveries/LiveryImage.vue";
defineProps<{
flight: Flight
@@ -13,7 +13,7 @@ defineProps<{
<template>
<Panel label="Route">
<div class="map-placeholder">
<FlightMap :flights="[flight]" :showLegend="false" />
<FlightMap :flights="[flight]" :showLegend="false" compact />
</div>
<DetailRows>
<DetailRow label="Distance" :value="flight.distance + 'km'" />