From 1f087eb6f35752482210e658cb495010b7f962b2 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Sat, 11 Oct 2025 19:36:19 -0600 Subject: [PATCH] indicador de conexion y logging --- components/AuthIndicator.client.vue | 251 ++++++++++++++++++++++++++++ components/MainContainer.client.vue | 4 +- composables/useAuth.ts | 81 +++++++++ stores/music.ts | 11 +- 4 files changed, 345 insertions(+), 2 deletions(-) create mode 100644 components/AuthIndicator.client.vue create mode 100644 composables/useAuth.ts diff --git a/components/AuthIndicator.client.vue b/components/AuthIndicator.client.vue new file mode 100644 index 0000000..07efb9e --- /dev/null +++ b/components/AuthIndicator.client.vue @@ -0,0 +1,251 @@ + + + + + diff --git a/components/MainContainer.client.vue b/components/MainContainer.client.vue index f4eb65e..0d0181a 100644 --- a/components/MainContainer.client.vue +++ b/components/MainContainer.client.vue @@ -12,7 +12,8 @@
- + @@ -34,6 +35,7 @@