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
@@ -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'" />