feat: GitHub cards (#450)

This commit is contained in:
patak 2022-12-17 22:11:39 +01:00 committed by GitHub
parent 7887629954
commit 798f73ece5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 141 additions and 1 deletions

View file

@ -18,6 +18,12 @@ const featureFlags = useFeatureFlags()
>
{{ $t('feature_flag.avatar_on_avatar') }}
</CommonDropdownItem>
<CommonDropdownItem
:checked="featureFlags.experimentalAvatarOnAvatar"
@click="toggleFeatureFlag('experimentalGitHubCards')"
>
{{ $t('feature_flag.github_cards') }}
</CommonDropdownItem>
</template>
</CommonDropdown>
</template>