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(Breadcrumbs): new component #1497

Merged
merged 2 commits into from
Jun 13, 2024
Merged

feat(Breadcrumbs): new component #1497

merged 2 commits into from
Jun 13, 2024

Conversation

ValeraS
Copy link
Contributor

@ValeraS ValeraS commented Apr 9, 2024

No description provided.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@gravity-ui-bot
Copy link
Contributor

Playwright Test Component is ready.

@ValeraS ValeraS force-pushed the feat/breadcrumbs branch from 7527556 to f7064c7 Compare April 9, 2024 17:21
@@ -63,3 +63,32 @@ export interface ControlGroupProps<ValueType extends string = string> {
'aria-label'?: string;
'aria-labelledby'?: string;
}

export type Key = string | number;
Copy link
Contributor

@korvin89 korvin89 May 15, 2024

Choose a reason for hiding this comment

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

It should be a public type, maybe we should named it a little bit unique?

endItems--;
}
const hiddenItems = breadcrumbs.slice(0, -endItems);
const menuItem = (
Copy link
Contributor

Choose a reason for hiding this comment

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

Could u move it to separate component? Looks pretty abstract

@ValeraS ValeraS force-pushed the feat/breadcrumbs branch from f7064c7 to e0f3d27 Compare June 12, 2024 13:15
@gravity-ui-bot
Copy link
Contributor

Visual Tests Report is ready.

@ValeraS ValeraS force-pushed the feat/breadcrumbs branch from e0f3d27 to ea9a3e1 Compare June 12, 2024 13:18
@ValeraS ValeraS marked this pull request as ready for review June 12, 2024 13:22
@ValeraS ValeraS requested a review from amje as a code owner June 12, 2024 13:22
@ValeraS ValeraS merged commit 5cdc675 into main Jun 13, 2024
5 checks passed
@ValeraS ValeraS deleted the feat/breadcrumbs branch June 13, 2024 12:04
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.

3 participants