diff --git a/src/dashboard/loading/main.vue b/src/dashboard/loading/main.vue index 856a396..deb92c6 100644 --- a/src/dashboard/loading/main.vue +++ b/src/dashboard/loading/main.vue @@ -2,35 +2,6 @@ import { ref } from 'vue'; const loadQuotes = [ - // Misc - 'Demanding rollback netcode', - 'Disrespecting your plus frames', - 'Taking your lunch money', - // Street Fighter - 'Parrying your super', - 'Fighting like gentlemen', - 'Fighting a new rival', - 'Keeping it classy', - "Protecting Russia's skies", - 'Waking up with Dragon Punch', - 'Teching those throws', - 'Finding the heart of battle', - 'Chucking plasma', - 'Executing the Yeah Nah Yeah', - // Guilty Gear - 'Counter-hitting Pilebunker', - 'Riding the lightning', - 'Knowing the smell of the game', - 'Dropping the instant kill combo', - 'What are you standing up for?!', - 'Stealing your soul', - 'Channelling your inner gorilla', - 'Initiating danger time', - 'Dragon Installing', - 'Practising dust loops', - // BlazBlue - 'Turning the wheel of fate', - 'Escaping from crossing fate', // Tekken "Complaining about Paul's damage", 'Nerfing Gigas', @@ -38,15 +9,6 @@ const loadQuotes = [ 'Sidestepping your electric', 'Punishing hellsweep with 1,1,2', 'Emailing Harada', - // Marvel - 'Explaining the DHC glitch', - "When's Mahvel?", - 'Thanking god for the machine', - 'Setting up shop', - 'Getting motivated', - 'Activating X-Factor', - // Dragon Ball - 'Adding yet another Goku', ]; const randomIndex = Math.floor(Math.random() * loadQuotes.length); diff --git a/src/dashboard/scoreko-dev/components/PlayerSidePanel.vue b/src/dashboard/scoreko-dev/components/PlayerSidePanel.vue index 7f48147..5fc2a92 100644 --- a/src/dashboard/scoreko-dev/components/PlayerSidePanel.vue +++ b/src/dashboard/scoreko-dev/components/PlayerSidePanel.vue @@ -1,9 +1,9 @@ @@ -71,49 +91,117 @@ onUnmounted(() => { show-if-above side="left" bordered - :width="220" + :width="drawerWidth" class="sidebar-drawer" > -