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: Action button tooltips #1706

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Conversation

bmingles
Copy link
Contributor

@bmingles bmingles commented Jan 2, 2024

Added tooltip prop to action button components

resolves #1705

Copy link

codecov bot commented Jan 2, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (a25095e) 46.68% compared to head (c107832) 46.67%.

Files Patch % Lines
...mponents/src/dialogs/ActionButtonDialogTrigger.tsx 0.00% 4 Missing ⚠️
...ckages/components/src/actions/IconActionButton.tsx 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1706      +/-   ##
==========================================
- Coverage   46.68%   46.67%   -0.01%     
==========================================
  Files         609      609              
  Lines       36985    36991       +6     
  Branches     9306     9312       +6     
==========================================
  Hits        17265    17265              
- Misses      19668    19674       +6     
  Partials       52       52              
Flag Coverage Δ
unit 46.67% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1,15 +1,18 @@
/* eslint-disable camelcase */
Copy link
Member

Choose a reason for hiding this comment

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

Unnecessary. In cases where we do need to go against eslint rules, should opt for disabling a single line only wherever possible.

Suggested change
/* eslint-disable camelcase */

@bmingles bmingles requested a review from mofojed January 4, 2024 00:50
@bmingles bmingles merged commit bff6bf9 into deephaven:main Jan 4, 2024
5 checks passed
@bmingles bmingles deleted the 1705-action-tooltips branch January 4, 2024 21:59
@github-actions github-actions bot locked and limited conversation to collaborators Jan 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Action button tooltips
2 participants