Added splash page
This commit is contained in:
@@ -21,13 +21,12 @@ const props = defineProps<{
|
||||
selectedFlightId?: number | null
|
||||
initialView?: ProfileView
|
||||
followStatus: string
|
||||
flight_api_url: string
|
||||
flightCount: number
|
||||
}>()
|
||||
|
||||
// ── Flights state ─────────────────────────────────────────────────────────────
|
||||
|
||||
const { flights, flightsLoading } = useFlights(props.flight_api_url)
|
||||
const { flights, flightsLoading } = useFlights(`/internal/user/${props.user.name}/flights`)
|
||||
const localSelectedFlightId = ref(props.selectedFlightId ?? null)
|
||||
|
||||
// ── Filter state ──────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user