indicador de conexion y logging
All checks were successful
build-and-deploy / build (push) Successful in 23s
build-and-deploy / deploy (push) Successful in 3s

This commit is contained in:
2025-10-11 19:36:19 -06:00
parent c56f06034e
commit 1f087eb6f3
4 changed files with 345 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
</div>
<div class="header-controls">
<PlaybackControls
<AuthIndicator />
<PlaybackControls
@shuffle-changed="$emit('shuffle-changed', $event)"
@repeat-changed="$emit('repeat-changed', $event)"
/>
@@ -34,6 +35,7 @@
<script setup>
import { computed } from 'vue'
import { Music } from 'lucide-vue-next'
import AuthIndicator from './AuthIndicator.client.vue'
import ThemeToggle from './ThemeToggle.client.vue'
import PlaybackControls from './PlaybackControls.client.vue'