Skip to content

revert: adding back "Table rendering support for databars (#1212)"#1365

Merged
ethanalvizo merged 4 commits intodeephaven:mainfrom
ethanalvizo:revert-databars
Jun 12, 2023
Merged

revert: adding back "Table rendering support for databars (#1212)"#1365
ethanalvizo merged 4 commits intodeephaven:mainfrom
ethanalvizo:revert-databars

Conversation

@ethanalvizo
Copy link
Copy Markdown
Contributor

@ethanalvizo ethanalvizo commented Jun 9, 2023

Not sure if I need to mention a ticket number here?

}

textValueForCell(x: ModelIndex, y: ModelIndex): string | null {
textValueForCell(x: ModelIndex, y: ModelIndex): string | null | undefined {
Copy link
Copy Markdown
Contributor Author

@ethanalvizo ethanalvizo Jun 9, 2023

Choose a reason for hiding this comment

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

this is 1 of 2 functions that I changed from original

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 9, 2023

Codecov Report

Merging #1365 (c217730) into main (a5d4e21) will decrease coverage by 0.44%.
The diff coverage is 27.90%.

@@            Coverage Diff             @@
##             main    #1365      +/-   ##
==========================================
- Coverage   45.95%   45.52%   -0.44%     
==========================================
  Files         494      506      +12     
  Lines       34422    34888     +466     
  Branches     8586     8708     +122     
==========================================
+ Hits        15820    15884      +64     
- Misses      18551    18953     +402     
  Partials       51       51              
Flag Coverage Δ
unit 45.52% <27.90%> (-0.44%) ⬇️

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

Impacted Files Coverage Δ
packages/code-studio/src/styleguide/Grids.tsx 100.00% <ø> (ø)
packages/grid/src/DataBarGridModel.ts 0.00% <0.00%> (ø)
packages/grid/src/GridMetricCalculator.ts 75.59% <0.00%> (-0.65%) ⬇️
packages/grid/src/GridTheme.ts 100.00% <ø> (ø)
packages/grid/src/MockDataBarGridModel.ts 0.00% <0.00%> (ø)
...ackages/iris-grid/src/IrisGridCellRendererUtils.ts 0.00% <0.00%> (ø)
...kages/iris-grid/src/IrisGridDataBarCellRenderer.ts 0.00% <0.00%> (ø)
packages/iris-grid/src/IrisGridTheme.ts 100.00% <ø> (ø)
...rid/src/mousehandlers/IrisGridTokenMouseHandler.ts 4.22% <0.00%> (-0.54%) ⬇️
packages/grid/src/DataBarCellRenderer.ts 0.38% <0.38%> (ø)
... and 14 more

}

editValueForCell(x: ModelIndex, y: ModelIndex): string | null {
editValueForCell(x: ModelIndex, y: ModelIndex): string | null | undefined {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

this is the other

@ethanalvizo ethanalvizo requested a review from mofojed June 12, 2023 13:39
@ethanalvizo ethanalvizo merged commit 8586d4d into deephaven:main Jun 12, 2023
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 12, 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.

2 participants