Skip to content

feat: View cell contents in context menu#1657

Merged
dsmmcken merged 2 commits intomainfrom
dmckenzie_view_cell
Nov 27, 2023
Merged

feat: View cell contents in context menu#1657
dsmmcken merged 2 commits intomainfrom
dmckenzie_view_cell

Conversation

@dsmmcken
Copy link
Copy Markdown
Contributor

Resolves #1605

@dsmmcken dsmmcken requested a review from mofojed November 24, 2023 16:44
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 24, 2023

Codecov Report

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

Comparison is base (6083173) 46.58% compared to head (f6614c6) 46.58%.

Files Patch % Lines
...d/src/mousehandlers/IrisGridContextMenuHandler.tsx 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1657      +/-   ##
==========================================
- Coverage   46.58%   46.58%   -0.01%     
==========================================
  Files         597      597              
  Lines       36525    36529       +4     
  Branches     9144     9144              
==========================================
+ Hits        17015    17016       +1     
- Misses      19458    19461       +3     
  Partials       52       52              
Flag Coverage Δ
unit 46.58% <25.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.

Copy link
Copy Markdown
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

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

Looks good.

The signature for getCellActions could be improved (modelColumn can't be null/undefined, it's not even using grid, and it gets the modelRow again even though it's only called from a spot where we already know modelRow is not null), but none of that is part of your change.

@dsmmcken dsmmcken merged commit 90b7517 into main Nov 27, 2023
@dsmmcken dsmmcken deleted the dmckenzie_view_cell branch November 27, 2023 14:58
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 27, 2023
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.

"View full contents" for text cells should be available from context menu

2 participants