Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Dec 17, 2024
1 parent 94384c2 commit 153b2fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="flex flex-row gap-1 flex-1 p-4 items-center">
<span class="text-xl font-medium flex-1">Release {{ detailArtifact?.releaseId }}</span>
<div class="flex flex-col gap-2 items-stretch md:items-end">
<div class="flex flex-col md:flex-row gap-2">
<div class="flex flex-row gap-2">
<Button :loading="isDownloading" :label="detailArtifact?.hasApk ? `Download AAB` : `Download`"
@click="() => download(releaseId, undefined, false)" size="small"></Button>
<Button :loading="isDownloading" label="Download APK" v-if="detailArtifact?.hasApk"
Expand Down

0 comments on commit 153b2fa

Please sign in to comment.