Following Select Box Shows only When User Is Following People

This commit is contained in:
2026-07-22 21:46:02 +10:00
parent 7cecdb6bde
commit 8832028304
3 changed files with 8 additions and 10 deletions
@@ -30,7 +30,9 @@ function onUpdate(user: string) {
</script>
<template>
<VSelect
v-if="following.length > 1"
:placeholder="placeholder"
variant="outlined"
density="comfortable"
@@ -121,13 +121,11 @@ const unlocked = computed(() => {
:major-alliances="majorAlliances"
/>
<Panel>
<FollowingSelectBox
redirect-route="profile.achievement"
:route-params="{ achievement: achievement.internal_name }"
placeholder="View the Progress of Someone You Follow"
/>
</Panel>
</div>
</ProfileLayout>
</template>
-2
View File
@@ -123,9 +123,7 @@ const filteredUnlockedCount = computed(() =>
</div>
</Panel>
<Panel>
<FollowingSelectBox redirect-route="profile.achievements" placeholder="View The Achievements of Someone You Follow" />
</Panel>
</div>
</ProfileLayout>
</template>