Started a flight view

This commit is contained in:
2026-04-07 21:31:36 +10:00
parent 79469c02cf
commit 43f5c8ac3e
9 changed files with 384 additions and 209 deletions
+2 -2
View File
@@ -4,8 +4,9 @@ import MainFooter from "@/Components/FlightsGoneBy/MainFooter.vue";
import Radar from "@/Components/FlightsGoneBy/Radar.vue";
import { usePage, router } from "@inertiajs/vue3";
import { ref } from "vue";
import {SharedProps} from "@/Types/types";
const page = usePage();
const page = usePage<SharedProps>().props;
const transitionKey = ref(0);
router.on('success', () => {
@@ -45,7 +46,6 @@ footer {
main {
flex: 1 1 auto;
padding: 1rem;
background: transparent;
display: flex;
flex-direction: column;