Skip to content

Commit

Permalink
fixed the background for fullscreen, updated some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vMohammad24 committed Jan 17, 2025
1 parent d9be55d commit 78af3eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-global-shortcut": "~2",
"@tauri-apps/plugin-opener": "^2",
"axios": "^1.7.9",
"lucide-svelte": "^0.471.0",
"lucide-svelte": "latest",
"subsonic-api": "^3.1.1",
"uuid": "^11.0.5"
"uuid": "latest"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.6",
Expand All @@ -37,4 +36,4 @@
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}
}
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "navithingy",
"productName": "NaviThingy",
"version": "0.1.0",
"identifier": "dev.vmohammad.navithingy",
"build": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"linux": {
"appimage": {
"bundleMediaFramework": false,
"bundleMediaFramework": true,
"files": {}
},
"deb": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/AudioPlayer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
{#if $player.currentTrack}
{#if isFullscreen}
<div
class="bg-cover-art"
class="fixed inset-0 bg-cover bg-center bg-no-repeat z-20"
style="background-image: url('{$player.currentTrack.coverArt}')"
in:fade={{ duration: 1000 }}
></div>
Expand Down

0 comments on commit 78af3eb

Please sign in to comment.