From af9d943a756e4e1cb71336d49abf6899882cb6d2 Mon Sep 17 00:00:00 2001 From: Antonio Andre Date: Thu, 28 May 2026 17:52:26 -0500 Subject: [PATCH] feat: implementa catalogo de jogos --- .../(protected)/catalogo/[id_ou_slug].vue | 509 ++++++++++++++++++ app/pages/(protected)/catalogo/criar.vue | 280 ++++++++++ app/pages/(protected)/catalogo/index.vue | 312 +++++++++++ app/pages/(protected)/home/index.vue | 4 + 4 files changed, 1105 insertions(+) create mode 100644 app/pages/(protected)/catalogo/[id_ou_slug].vue create mode 100644 app/pages/(protected)/catalogo/criar.vue create mode 100644 app/pages/(protected)/catalogo/index.vue diff --git a/app/pages/(protected)/catalogo/[id_ou_slug].vue b/app/pages/(protected)/catalogo/[id_ou_slug].vue new file mode 100644 index 0000000..bad5ce6 --- /dev/null +++ b/app/pages/(protected)/catalogo/[id_ou_slug].vue @@ -0,0 +1,509 @@ + + + diff --git a/app/pages/(protected)/catalogo/criar.vue b/app/pages/(protected)/catalogo/criar.vue new file mode 100644 index 0000000..6779fe7 --- /dev/null +++ b/app/pages/(protected)/catalogo/criar.vue @@ -0,0 +1,280 @@ + + + diff --git a/app/pages/(protected)/catalogo/index.vue b/app/pages/(protected)/catalogo/index.vue new file mode 100644 index 0000000..bfbe7ea --- /dev/null +++ b/app/pages/(protected)/catalogo/index.vue @@ -0,0 +1,312 @@ + + + diff --git a/app/pages/(protected)/home/index.vue b/app/pages/(protected)/home/index.vue index e1a4354..f57aef2 100644 --- a/app/pages/(protected)/home/index.vue +++ b/app/pages/(protected)/home/index.vue @@ -31,6 +31,10 @@ class="inline-flex h-10 w-fit items-center justify-center rounded-full border border-[#d6d3d1] bg-transparent px-5 text-[15px] font-medium leading-none text-[#0c0a09] transition hover:border-[#0c0a09]"> Meus favoritos + + Catálogo +