Added User API

This commit is contained in:
2026-04-22 15:17:01 +10:00
parent d68e23e93a
commit bd8ef98d30
8 changed files with 154 additions and 74 deletions
@@ -11,7 +11,7 @@ const props = defineProps<{
}>();
const page = usePage<SharedProps>().props;
const logoUrl = computed(() => `url('${page.logo_api_url}/airlines/logos/tail/id/${props.airline?.id}')`);
const logoUrl = computed(() => `url('${page.logo_api_url}/airlines/logos/tail/name/${props.airline?.internal_name}')`);
const logoStyle = computed(() => ({
width: size.value,
height: size.value,