From eaadbbc7de8bc88d23a68235ce919e440db8818a Mon Sep 17 00:00:00 2001 From: Antonio Andre Date: Fri, 29 May 2026 20:18:55 -0500 Subject: [PATCH] feat: integra com microsservico de ranking por plataforma --- app/components/Sidebar.vue | 5 + .../(protected)/ranking-plataforma/index.vue | 238 ++++++++++++++++++ 2 files changed, 243 insertions(+) create mode 100644 app/pages/(protected)/ranking-plataforma/index.vue diff --git a/app/components/Sidebar.vue b/app/components/Sidebar.vue index 300c44c..f65e597 100644 --- a/app/components/Sidebar.vue +++ b/app/components/Sidebar.vue @@ -63,6 +63,11 @@ const navigationItems = [ to: '/ranking-jogos', icon: 'mdi:trophy-outline' }, + { + label: 'Ranking Plataforma', + to: '/ranking-plataforma', + icon: 'mdi:layers-outline' + }, { label: 'Perfil gamer', to: '/perfil-gamer', diff --git a/app/pages/(protected)/ranking-plataforma/index.vue b/app/pages/(protected)/ranking-plataforma/index.vue new file mode 100644 index 0000000..799fd7d --- /dev/null +++ b/app/pages/(protected)/ranking-plataforma/index.vue @@ -0,0 +1,238 @@ + + +