Skip to content

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

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

feat(portal): redesign visual do navbar#529
DavyDevcosmo wants to merge 2 commits 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: Team

Run ID: 35920c62-3e0f-4a26-811f-b02eaf3933bc

📥 Commits

Reviewing files that changed from the base of the PR and between f32fbcc and 61720a6.

📒 Files selected for processing (1)
  • app-modules/portal/resources/views/components/navbar.blade.php
🚧 Files skipped from review as they are similar to previous changes (1)
  • app-modules/portal/resources/views/components/navbar.blade.php

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


📝 Walkthrough

Walkthrough

Updated desktop navbar color classes to use design tokens. Navigation links now use token-based text and border colors. The store CTA and Discord button use token-based text colors. The “Área do Usuário” button uses text-text-light and focus:ring-offset-elevation-surface.

Merge Risk: ⚪ Minimal · up to 61720

This PR makes a localized visual update to the navbar’s navigation links and CTAs without evidence of functional impact. No actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: a visual redesign of the portal navbar.
Description check ✅ Passed The description covers the context, main changes, visual evidence, and validation steps. It omits the optional related-issues section and repository commands from the template, but it remains sufficie…
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.
Full details: Description check

Explanation

The description covers the context, main changes, visual evidence, and validation steps. It omits the optional related-issues section and repository commands from the template, but it remains sufficiently complete.

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 previously approved these changes Aug 31, 2026

@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

@DavyDevcosmo

Copy link
Copy Markdown
Author

@1pride da uma olhada, agora passa em todos os testes

@danielhe4rt danielhe4rt 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!

@GabrielFVDev GabrielFVDev 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

@guiisbarbosa guiisbarbosa left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

@evelynlacerda evelynlacerda left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@hefeus hefeus 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

@nathanmota-dev nathanmota-dev 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!

@matheusdsilva01 matheusdsilva01 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

@Dani-Medeiros Dani-Medeiros left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!!!

@gabrielsrs gabrielsrs left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

@vitoriazoche

Copy link
Copy Markdown

LGTM!

@joce-line joce-line left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

@gabi-gms gabi-gms left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM

@henrique-leme henrique-leme 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

@DavyDevcosmo

Copy link
Copy Markdown
Author

LGTM!

@franSborges franSborges left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM.

@RenanVidal RenanVidal left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lgtm

@nikolasgds

Copy link
Copy Markdown

Lgtm!

@Phenrique-sousa Phenrique-sousa left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

@BarbosaRavi

Copy link
Copy Markdown

Lgtm

@lastwilliam

Copy link
Copy Markdown

LGTM!

@jhonicunha jhonicunha left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

@Guttss Guttss left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

@Carvic-dev Carvic-dev left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM!

@sirelves sirelves 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.