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: update Tabs component with count summary #598

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

kedar-hargude
Copy link

@kedar-hargude kedar-hargude commented May 30, 2023

Issue:

update the Tabs component with the count summary of each Tab

Description:

The Tabs component doesn't show the summary count of the number of tasks for each tab.
Updating the component, upon using feature flag, would show the correct count to the viewer, alongside the tab name and change the design of the tab according to the figma file.

Anthing you would like to inform the reviewer about:

Dev Tested:

  • Yes

Images/video of the change:

image

Test Coverage

Screenshot from 2023-06-29 08-31-47
Screenshot from 2023-06-29 08-32-21

#430

@vercel
Copy link

vercel bot commented May 30, 2023

@kedar-hargude is attempting to deploy a commit to the RDS-Team Team on Vercel.

A member of the Team first needs to authorize it.

@kedar-hargude kedar-hargude marked this pull request as ready for review June 23, 2023 17:38
@kedar-hargude kedar-hargude marked this pull request as draft June 24, 2023 05:50
@vercel
Copy link

vercel bot commented Jun 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
status-app 🔄 Building (Inspect) Jun 29, 2023 2:38am

@kedar-hargude kedar-hargude marked this pull request as ready for review June 26, 2023 16:00
background: white;
border: none;
padding: 12px 8px 8px;
font-size: 0.8em;
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you check whether em suits better or rem here

Copy link
Author

Choose a reason for hiding this comment

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

Checked it for all dimensions. There is no visible change for such a short value.

font-size: 0.8em;
border: none;
cursor: pointer;
color: #a1a5b7;
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it be better to create variable name for color?

Copy link
Author

Choose a reason for hiding this comment

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

I didn't use a variable name since it's being used only once. But if it's better, then I'll surely use it.

Copy link
Contributor

@RitikJaiswal75 RitikJaiswal75 left a comment

Choose a reason for hiding this comment

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

Please provide test coverage in PR description

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.

None yet

5 participants