Skip to content

Comments

feat(frontend-main): redesigned tabs#443

Merged
alanrsoares merged 5 commits intomainfrom
feat/redesigned-tabs
Nov 6, 2025
Merged

feat(frontend-main): redesigned tabs#443
alanrsoares merged 5 commits intomainfrom
feat/redesigned-tabs

Conversation

@alanrsoares
Copy link
Contributor

Summary

Refactors and redesigns the tab components across the application to improve consistency and maintainability. Introduces a new RouterTabs component with Tailwind-powered styling variants, replacing the previous RouterLinkTab usage in both the Home and Profile views. Also updates .vscode/settings.json to support Tailwind class IntelliSense.

Screenshot 2025-11-05 at 2 08 13 PM Screenshot 2025-11-05 at 2 08 33 PM

@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for dither-staging ready!

Name Link
🔨 Latest commit 9b78b3e
🔍 Latest deploy log https://app.netlify.com/projects/dither-staging/deploys/690aa3c70ff4a100086ea91d
😎 Deploy Preview https://deploy-preview-443--dither-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@alanrsoares alanrsoares requested a review from salmad3 November 5, 2025 12:15
tabVariants({
size: props.size,
layout: props.layout,
state: isActive(tab) ? 'active' : 'inactive',
Copy link
Member

Choose a reason for hiding this comment

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

nit: tailwind has built-in support for aria/data selectors, so we might not need this

@alanrsoares alanrsoares merged commit 4a3e448 into main Nov 6, 2025
11 checks passed
@alanrsoares alanrsoares deleted the feat/redesigned-tabs branch November 6, 2025 21:36
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