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(issues): Animate dropdown chevrons, button sizes #81262

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

scttcper
Copy link
Member

  • fixes chevrons not animating when opening
  • adjust size of target for event id dropdown

old size of button target
image

new size of button target
image

- fixes chevrons not animating when opening
- adjust size of target for event id dropdown
@scttcper scttcper requested a review from a team as a code owner November 25, 2024 19:44
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 25, 2024
Comment on lines -125 to -130
<Tooltip
title={event.id}
delay={500}
overlayStyle={{maxWidth: 'max-content'}}
disabled={isOpen}
>
Copy link
Member Author

Choose a reason for hiding this comment

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

removing the tooltip for now as that was causing issues with the dropdown button when disabled

need to followup with a fix on dropdown buttons with tooltips. they shouldn't trigger the tooltip on action

<StyledTimeSince
tooltipBody={<EventCreatedTooltip event={event} />}
tooltipProps={{overlayStyle: {maxWidth: 300}}}
Copy link
Member Author

Choose a reason for hiding this comment

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

popper throws an error when setting max width via style instead of their prop

@scttcper scttcper merged commit 16c843f into master Nov 25, 2024
45 checks passed
@scttcper scttcper deleted the scttcper/issue-dropdown-fixes branch November 25, 2024 21:00
@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants