feat: tickets

This commit is contained in:
2025-12-12 09:21:09 +01:00
parent b1ab6a549f
commit c39aaf3f15
6 changed files with 62 additions and 58 deletions
+8 -7
View File
@@ -80,7 +80,7 @@ const triggerWebDownload = async (url, title) => {
}
try {
window.open(url, "_blank", "noopener,noreferrer");
} catch {}
} catch { }
}
};
@@ -266,7 +266,7 @@ const PlaybackDownload = ({ route }) => {
if (tempSourcePath) {
try {
await firebase.storage().ref(tempSourcePath).delete();
} catch {}
} catch { }
}
setTooltip({
type: "error",
@@ -399,11 +399,12 @@ const PlaybackDownload = ({ route }) => {
return (
<>
<Page
backgroundImg={
action === "playback"
? background.playbackBG2
: background.productionBG2
}
// backgroundImg={
// action === "playback"
// ? background.playbackBG2
// : background.productionBG2
// }
backgroundColor={Palette.grayMid}
headerType="NONE"
>
<MusicLandHeader onPressBack={goBack} progress={50} />