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
+1 -1
View File
@@ -34,7 +34,7 @@ const name = computed(() => page?.props?.auth?.user?.name || 'there');
</v-btn>
</v-col>
<v-col cols="12" md="6">
<v-btn size="large" block href="#" prepend-icon="mdi-account-outline">
<v-btn size="large" block :href="`/u/${name}`" prepend-icon="mdi-account-outline">
View Profile
</v-btn>
</v-col>