Skip to content

Conversation

anandtiwary
Copy link
Contributor

@anandtiwary anandtiwary commented Mar 9, 2021

Description

Please include a summary of the change, motivation and context.
refactor: fixing table css so that it can work inside flex container

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.

Checklist:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

styleUrls: ['./table.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
template: `
<div class="table">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

same class was assigned to cdk-table too.

@anandtiwary anandtiwary marked this pull request as ready for review March 9, 2021 00:21
@anandtiwary anandtiwary requested a review from a team as a code owner March 9, 2021 00:21
@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #668 (fb4babb) into main (ab6f04b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #668   +/-   ##
=======================================
  Coverage   85.23%   85.23%           
=======================================
  Files         779      779           
  Lines       16042    16042           
  Branches     2068     2068           
=======================================
  Hits        13674    13674           
  Misses       2333     2333           
  Partials       35       35           
Impacted Files Coverage Δ
projects/components/src/table/table.component.ts 91.01% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab6f04b...fb4babb. Read the comment docs.

@github-actions

This comment has been minimized.

Copy link
Contributor

@jake-bassett jake-bassett 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 to me from a code perspective, but as always with table confirm it works everywhere its used.

Copy link
Contributor

@aaron-steinfeld aaron-steinfeld left a comment

Choose a reason for hiding this comment

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

scares me, but no problem as long as all tables are still working.

@github-actions

This comment has been minimized.

@anandtiwary anandtiwary merged commit 427932c into main Mar 9, 2021
@anandtiwary anandtiwary deleted the table-flex-container branch March 9, 2021 03:14
@github-actions
Copy link

github-actions bot commented Mar 9, 2021

Unit Test Results

    4 files  ±0  243 suites  ±0   15m 31s ⏱️ + 1m 32s
872 tests ±0  872 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
876 runs  ±0  876 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 427932c. ± Comparison against base commit ab6f04b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants