Added a challenge for flying the 3 major airline alliances
This commit is contained in:
@@ -26,6 +26,7 @@ const props = defineProps<{
|
||||
airlines: Airline[]
|
||||
continents: Continent[]
|
||||
aircraft_families: Record<string, string[]>
|
||||
majorAlliances: Alliance[]
|
||||
achievementCount: number
|
||||
canView: boolean
|
||||
}>()
|
||||
@@ -63,7 +64,7 @@ const unlocked = computed(() => {
|
||||
|
||||
<VAlert type="info" v-if="loggedInUser?.id !== user.id && loggedInUser">
|
||||
You are viewing {{user.name}}'s progress in this achievement. If you would like to see your progress, please
|
||||
<Link :href="route('profile.achievement', {user: loggedInUser.name, achievement: achievement.internal_name})"><VBtn variant="flat">click here.</VBtn></Link>
|
||||
<Link :href="route('profile.achievement', {user: loggedInUser.name, achievement: achievement.internal_name})"><u>click here.</u></Link>
|
||||
</VAlert>
|
||||
|
||||
|
||||
@@ -116,6 +117,7 @@ const unlocked = computed(() => {
|
||||
:alliance="alliance"
|
||||
:continents="continents"
|
||||
:families="aircraft_families"
|
||||
:major-alliances="majorAlliances"
|
||||
/>
|
||||
</div>
|
||||
</ProfileLayout>
|
||||
|
||||
Reference in New Issue
Block a user