From 460f7f637dd4569af0066b6af65f11c1abc0a5d5 Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Sun, 22 Mar 2026 04:14:40 +0100 Subject: [PATCH] edit: infobulle sur pc --- v1-com-officielle/src/App.vue | 1 + v1-com-officielle/src/assets/style.css | 32 +++++- .../src/components/InfoContent.vue | 1 + .../src/indieComponents/ArtistPannel.vue | 4 +- .../src/indieComponents/ContactPannel.vue | 2 +- .../src/indieComponents/FollowPannel.vue | 2 +- .../src/indieComponents/Infobulle.vue | 98 +++++++++++++++++++ .../src/indieComponents/InstaPannel.vue | 2 +- .../src/indieComponents/LinkPannel.vue | 2 +- .../src/indieComponents/MessagePannel.vue | 2 +- .../src/indieComponents/NewsletterPannel.vue | 2 +- .../src/indieComponents/VisualizerPannel.vue | 2 +- .../src/infoComponents/InboxContent.vue | 6 +- .../src/infoComponents/InfoMenu.vue | 10 +- v1-com-officielle/src/main.js | 3 + .../src/titleComponents/MusicPlayer.vue | 6 +- .../src/titleComponents/TitleText.vue | 17 +++- 17 files changed, 170 insertions(+), 22 deletions(-) create mode 100644 v1-com-officielle/src/indieComponents/Infobulle.vue diff --git a/v1-com-officielle/src/App.vue b/v1-com-officielle/src/App.vue index 1cefe86..213dc6b 100644 --- a/v1-com-officielle/src/App.vue +++ b/v1-com-officielle/src/App.vue @@ -1,5 +1,6 @@