Skip to content

Commit

Permalink
Merge pull request #297 from JamsRepos/v3-beta
Browse files Browse the repository at this point in the history
Fixed download buttons for mobile devices.
  • Loading branch information
realashleybailey authored Nov 6, 2023
2 parents e5d380a + 9cbf0ef commit 8ad9021
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<RouterLink :to="to">
<a :href="to" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
xml:space="preserve"
Expand Down Expand Up @@ -50,7 +50,7 @@
d="M63.2 13h-3.9v1h3c-.2.8-.5 1.4-1 1.9a3 3 0 0 1-2 .6 3 3 0 0 1-2.2-.9c-.6-.6-1-1.4-1-2.3 0-.9.4-1.7 1-2.3a3 3 0 0 1 2.2-.9c.5 0 .9 0 1.3.3.4.1.7.4 1 .7l.7-.8c-.4-.4-.8-.6-1.3-.9-.6-.2-1.1-.3-1.7-.3a4 4 0 0 0-3 1.2 4 4 0 0 0-1.2 3 4 4 0 0 0 1.2 3 4 4 0 0 0 3 1.2c1.2 0 2.2-.4 3-1.2.6-.6 1-1.5 1-2.7l-.1-.6zm1.5-3.7v8h4.7v-1h-3.7v-2.5H69v-1h-3.3v-2.5h3.7v-1zm11.3 1v-1h-5.6v1h2.3v7h1v-7zm5-1h-1v8h1zm6.8 1v-1h-5.6v1h2.3v7h1v-7zm10.4 0a4 4 0 0 0-3-1.2 4 4 0 0 0-3 1.2c-.7.8-1.1 1.8-1.1 3s.4 2.2 1.2 3a4 4 0 0 0 3 1.2 4 4 0 0 0 2.9-1.2 4 4 0 0 0 1.1-3 4 4 0 0 0-1.1-3zM93 11a3 3 0 0 1 2.2-.9 3 3 0 0 1 2.2 1c.6.5.9 1.3.9 2.2 0 1-.3 1.7-.9 2.3a3 3 0 0 1-2.2 1 3 3 0 0 1-2.2-1c-.6-.6-.8-1.3-.8-2.3 0-1 .2-1.7.8-2.3zm8.8 1.3v-1.5l4 6.5h1.2v-8h-1V15.6l-4-6.3h-1.2v8h1z"
/>
</svg>
</RouterLink>
</a>
</template>

<script lang="ts">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<RouterLink :to="to">
<a :href="to" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="119.7" height="40">
<path
d="M110.1 0H7.5a13.2 13.2 0 0 0-2 .2 6.7 6.7 0 0 0-1.9.6A6.4 6.4 0 0 0 2 2 6.3 6.3 0 0 0 .8 3.6a6.6 6.6 0 0 0-.6 2 13 13 0 0 0-.2 2v24.9a13 13 0 0 0 .2 2 6.6 6.6 0 0 0 .6 1.9A6.2 6.2 0 0 0 2 38a6.3 6.3 0 0 0 1.6 1.2 6.7 6.7 0 0 0 2 .6 13.5 13.5 0 0 0 2 .2h104.6a13.3 13.3 0 0 0 2-.2 6.8 6.8 0 0 0 1.8-.6 6.3 6.3 0 0 0 1.7-1.2 6.4 6.4 0 0 0 1.1-1.6 6.6 6.6 0 0 0 .7-2 13.5 13.5 0 0 0 .2-2V7.6a13.5 13.5 0 0 0-.2-2 6.6 6.6 0 0 0-.7-1.9A6.5 6.5 0 0 0 116 .8a6.8 6.8 0 0 0-1.9-.6 13 13 0 0 0-2-.2h-1.9Z"
Expand All @@ -25,7 +25,7 @@
/>
</g>
</svg>
</RouterLink>
</a>
</template>

<script lang="ts">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<RouterLink :to="to">
<a :href="to" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="180"
Expand Down Expand Up @@ -445,7 +445,7 @@
</g>
</g>
</svg>
</RouterLink>
</a>
</template>

<script lang="ts">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<div class="flex flex-row justify-between pt-4">
<span class="flex justify-end items-end">
<template v-if="isIOS">
<DownloadAppStore to="https://apps.apple.com/ca/app/swiftfin/id1604098728" />
<DownloadAppStore to="itms-apps://apps.apple.com/ca/app/swiftfin/id1604098728" />
</template>
<template v-else-if="isAndroid">
<DownloadAndroid to="https://play.google.com/store/apps/details?id=dev.jdtech.jellyfin" />
<DownloadAndroid to="market://details?id=dev.jdtech.jellyfin" />
</template>
<template v-else-if="isLinux">
<DownloadLinux to="https://flathub.org/apps/com.github.iwalton3.jellyfin-media-player" />
Expand Down
2 changes: 1 addition & 1 deletion latest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.13
3.4.14
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wizarrrr/source",
"version": "3.4.13",
"version": "3.4.14",
"license": "MIT",
"scripts": {
"postinstall": "nx run-many --target=install --projects=wizarr-backend",
Expand Down

0 comments on commit 8ad9021

Please sign in to comment.