Skip to content

feat(portal): redesign visual do navbar - #529

Open
DavyDevcosmo wants to merge 1 commit into
he4rt:4.xfrom
DavyDevcosmo:feat/navbar-redesign
Open

feat(portal): redesign visual do navbar#529
DavyDevcosmo wants to merge 1 commit into
he4rt:4.xfrom
DavyDevcosmo:feat/navbar-redesign

Conversation

@DavyDevcosmo

@DavyDevcosmo DavyDevcosmo commented Aug 30, 2026

Copy link
Copy Markdown

Contexto

O navbar anterior escondia CTAs importantes atrás de detalhes visuais pouco perceptíveis: o botão "Loja" era somente ícone (sem rótulo de texto) e o botão "Área do Usuário" usava estilo outline discreto, sem destaque como ação principal. Esta alteração moderniza o visual do navbar e reforça a hierarquia das CTAs.

Alterações

  • app-modules/portal/resources/views/components/navbar.blade.php
    • Botão "Loja" agora exibe o rótulo de texto (antes era iconOnly) e passou a ficar agrupado junto aos links de navegação.
    • Links de navegação trocaram o estilo de "pill" com indicador de bolinha ativa para sublinhado (border-b) com leve elevação no hover.
    • Botão "Discord" ganhou fundo roxo suave (light/dark) em vez de estilo neutro.
    • Botão "Área do Usuário" passou de variant="outline" para CTA primário sólido (fundo roxo, texto branco).
    • Ajustes de sombra/blur/cantos da pill do navbar (shadow-md, dark:rounded-xl, dark:shadow-white/5).

Plano de Testes

  • Rodar composer run dev e validar visualmente o navbar em http://localhost:8000 (desktop)
  • Conferir estados: link ativo, hover dos links, hover dos botões Loja/Discord/Área do Usuário
  • Conferir dark mode
  • Conferir responsividade (o menu mobile não foi alterado neste diff, mas vale confirmar que segue funcionando)

Evidências

Antes

Captura de tela 2026-08-30 090932

Depois

Captura de tela 2026-08-30 090946

Antes

Captura de tela 2026-08-30 091001

Depois

Captura de tela 2026-08-30 091007

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013mfDhHAzwpnBk94zBvtYV9
@DavyDevcosmo
DavyDevcosmo requested a review from a team August 30, 2026 12:57
@coderabbitai

coderabbitai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 9d67b9b2-53a6-4528-bad6-d2dcba24d732

📥 Commits

Reviewing files that changed from the base of the PR and between 5e9b57e and f32fbcc.

📒 Files selected for processing (1)
  • app-modules/portal/resources/views/components/navbar.blade.php

Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Updated the desktop navbar surface, spacing, navigation link states, store CTA, and desktop action controls. The store CTA now includes the “Loja” label and outline shopping-bag icon. Desktop actions now place Discord before “Área do Usuário”.

Suggested reviewers: danielhe4rt

Merge Risk: ⚪ Minimal · up to f32fb

This PR updates navbar styling and CTA presentation without changing application behavior or integrations; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies the navbar visual redesign and matches the main changes.
Description check ✅ Passed The description covers the context, affected component, main changes, validation steps, and visual evidence. The optional related-issues section is not included.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1 files.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@1pride 1pride left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants