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!: merge old Tooltip with ActionTooltip and introduce new Tooltip #1189

Merged
merged 4 commits into from
Dec 22, 2023

Conversation

DenisVershkov
Copy link
Contributor

@DenisVershkov DenisVershkov commented Dec 6, 2023

No description provided.

@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@gravity-ui-bot
Copy link
Contributor

Playwright Test Component is ready.

@NasgulNexus
Copy link
Contributor

Hello, I looked at why the playwright tests were failing, in another application they wrote export incorrectly
export type {CopyToClipboardStatus} from './types'; instead of export {CopyToClipboardStatus} from './types';

Comment on lines 8 to 9
--g-popup-border-width: 0;
--g-popup-background-color: var(--g-color-base-float-heavy);
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to increase specifity here anymore

qa={qa}
>
<div className={b('content', contentClassName)}>
<React.Fragment>
Copy link
Contributor

Choose a reason for hiding this comment

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

Fragment is not necessary here

--g-popup-border-width: 0;
--g-popup-background-color: var(--g-color-base-float-heavy);

&__popup-content {
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems this class is not exists anymore

animation-timing-function: unset;
animation-fill-mode: unset;
}
}

&__popup-content {
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as for ActionTooltip

@amje amje changed the title feat: merged old Tooltip with ActionTooltip; introduced new Tooltip c… feat: merge old Tooltip with ActionTooltip and introduce new Tooltip Dec 22, 2023
@amje amje changed the title feat: merge old Tooltip with ActionTooltip and introduce new Tooltip feat!: merge old Tooltip with ActionTooltip and introduce new Tooltip Dec 22, 2023
@DenisVershkov DenisVershkov merged commit 56aa587 into next Dec 22, 2023
3 of 4 checks passed
@DenisVershkov DenisVershkov deleted the feat/introduce-new-Tooltip-component branch December 22, 2023 15:14
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.

4 participants