Skip to content

feat(portal): add Instagram to /redes social links#372

Merged
gvieira18 merged 2 commits into
4.xfrom
feat/portal-instagram-social-link
Jun 25, 2026
Merged

feat(portal): add Instagram to /redes social links#372
gvieira18 merged 2 commits into
4.xfrom
feat/portal-instagram-social-link

Conversation

@Clintonrocha98

@Clintonrocha98 Clintonrocha98 commented Jun 24, 2026

Copy link
Copy Markdown
Member

Contexto

A página de link-tree de redes sociais (/redes, módulo portal) foi introduzida no #340, mas ficou sem o perfil do Instagram (@heartdevs). Este PR adiciona o link na mesma lista.

Arquivos afetados:

  • app-modules/portal/src/Livewire/SocialLinksPage.php — novo SocialLink do Instagram entre WhatsApp e GitHub.
  • app-modules/portal/tests/Feature/SocialLinksPageTest.php — contagens fixas atualizadas de 5 → 6 links.

New

+ new SocialLink('Instagram', 'https://www.instagram.com/heartdevs/', 'fab-instagram', '#E4405F'),

Add the @heartdevs Instagram profile to the social link-tree page and update the page tests to expect six links.
@Clintonrocha98 Clintonrocha98 requested a review from a team June 24, 2026 07:35
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

SocialLinksPage::links() gains one new SocialLink entry for Instagram (URL, icon identifier, and color). The accompanying feature test updates its description from "cinco links" to "seis links" and increments all HTML occurrence assertions—target="_blank", rel="noopener noreferrer", and --accent:—from 5 to 6.

Possibly related PRs

  • he4rt/heartdevs.com#340: Introduced the /redes page and the original SocialLinksPage implementation with its initial set of social link entries and test expectations that this PR extends.

Suggested labels

type:feat, mod:portal

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: adding Instagram to the portal social links page.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.
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.
Description check ✅ Passed The description accurately matches the added Instagram link and updated test counts.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@gvieira18 gvieira18 merged commit de3e3af into 4.x Jun 25, 2026
6 checks passed
@gvieira18 gvieira18 deleted the feat/portal-instagram-social-link branch June 25, 2026 23:55
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.

2 participants