mirror of
https://github.com/markuryy/shark.git
synced 2025-12-15 12:41:02 +00:00
feat(ui): add reactive status bar with notifications
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
import { downloadQueue } from '$lib/stores/downloadQueue';
|
||||
import { deezerQueueManager } from '$lib/services/deezer/queueManager';
|
||||
import { playback } from '$lib/stores/playback';
|
||||
import { status } from '$lib/stores/status';
|
||||
|
||||
let { children } = $props();
|
||||
|
||||
@@ -185,7 +186,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="status-text">Ready</div>
|
||||
<div class="status-text">{$status}</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user