Skip to content

feat: Action button tooltips#1706

Merged
bmingles merged 2 commits intodeephaven:mainfrom
bmingles:1705-action-tooltips
Jan 4, 2024
Merged

feat: Action button tooltips#1706
bmingles merged 2 commits intodeephaven:mainfrom
bmingles:1705-action-tooltips

Conversation

@bmingles
Copy link
Copy Markdown
Contributor

@bmingles bmingles commented Jan 2, 2024

Added tooltip prop to action button components

resolves #1705

@bmingles bmingles requested review from mattrunyon and mofojed January 2, 2024 21:52
@codecov
Copy link
Copy Markdown

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
Copy Markdown
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
@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