Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tab new component #6280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jaishree2310
Copy link
Contributor

@Jaishree2310 Jaishree2310 commented Mar 4, 2025

Description

This PR fixes #5961

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

@l5io
Copy link
Contributor

l5io commented Mar 4, 2025

🚀 Preview for commit e885203 at: https://67c6c4ce7fbc5fe040bc2a5d--layer5.netlify.app

Signed-off-by: Jaishree2310 <jaishrees23102001@gmail.com>
@l5io
Copy link
Contributor

l5io commented Mar 4, 2025

🚀 Preview for commit 05adcc9 at: https://67c70ff436fb06006e5c0da5--layer5.netlify.app

? "active"
: ""
}
onClick={() => navigate("/projects/sistent/components/tab")}

Choose a reason for hiding this comment

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

@Jaishree2310 There is a typo here, it redirects to an error page.

It should be: /projects/sistent/components/tabs

Suggested change
onClick={() => navigate("/projects/sistent/components/tab")}
onClick={() => navigate("/projects/sistent/components/tabs")}

@falgunmpatel
Copy link

falgunmpatel commented Mar 7, 2025

@Jaishree2310, I might have missed some updates here, but I’d recommend checking your implementation’s UI by running the website locally. It’s important to take the time to understand the codebase before working on issues.

I also noticed a similar concern with the avatar component, especially in the code section. It would be great if you could review your work carefully before submitting. This will help reduce the number of improvement suggestions needed. I truly appreciate your efforts, and I’m sure you’ll get better with time!

You will find your commits preview, similar to this one:

Screenshot 2025-03-07 at 4 17 59 PM

@falgunmpatel
Copy link

You can see that your code preview differs in the code section. I’d like it to match the one shown below:

Screenshot 2025-03-07 at 3:49:25 PM

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

Successfully merging this pull request may close these issues.

[Sistent] Add Tabs component to the sistent components page
3 participants