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

fix(OnboardingMenu): add re-export and docs #166

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

nikita-jpg
Copy link
Contributor

No description provided.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@@ -18,3 +18,4 @@ export * from './SharePopover';
export * from './StoreBadge';
export * from './Stories';
export * from './StoriesGroup';
export * from './OnboardingMenu';
Copy link
Contributor

Choose a reason for hiding this comment

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

Sort list please for easy navigation

onCollapseClick?: (event: React.MouseEvent) => void;
};

type OnboardingMenu.ItemProps = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
type OnboardingMenu.ItemProps = {
type OnboardingMenuItemProps = {

loading?: boolean;
};

type OnboardingMenu.ItemImage = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
type OnboardingMenu.ItemImage = {
type OnboardingMenuItemImage = {

alt: string;
};

type OnboardingMenu.ItemText = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
type OnboardingMenu.ItemText = {
type OnboardingMenuItemText = {

Comment on lines 47 to 48
src: string;
alt: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong props

CODEOWNERS Outdated
@@ -9,3 +9,4 @@
/src/components/StoreBadge @NikitaCG
/src/components/Stories @darkgenius
/src/components/AdaptiveTabs @artemipanchuk
/src/components/OnboardingMenu @nikita-jpg
Copy link
Contributor

Choose a reason for hiding this comment

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

Please sort the list)

@amje amje changed the title feat: add Readme to OnboardingMenu fix(OnboardingMenu): add re-export and docs Mar 19, 2024
@nikita-jpg nikita-jpg requested a review from amje March 19, 2024 17:09
@nikita-jpg nikita-jpg merged commit 84df613 into main Mar 19, 2024
3 checks passed
@nikita-jpg nikita-jpg deleted the fix-omboarding-menu-readme branch March 19, 2024 18:08
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

3 participants