Skip to content

Conversation

@anandtiwary
Copy link
Contributor

@anandtiwary anandtiwary commented Jan 20, 2021

Description

Please include a summary of the change, motivation and context.

feat: adding "all" option and fixing some styling

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.

@anandtiwary anandtiwary requested a review from a team as a code owner January 20, 2021 23:25
@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #514 (1ad5f54) into main (2bde24e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #514   +/-   ##
=======================================
  Coverage   85.51%   85.52%           
=======================================
  Files         754      754           
  Lines       15490    15499    +9     
  Branches     1837     1838    +1     
=======================================
+ Hits        13246    13255    +9     
  Misses       2213     2213           
  Partials       31       31           
Impacted Files Coverage Δ
...ponents/src/multi-select/multi-select.component.ts 95.45% <100.00%> (+0.62%) ⬆️
...components/src/multi-select/multi-select.module.ts 100.00% <100.00%> (ø)

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 2bde24e...1ad5f54. Read the comment docs.

@github-actions

This comment has been minimized.

.multi-select-content {
@include dropdown();
min-width: 120px;
max-height: 204px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't it have some max height? I'd rather it scroll then run off the screen.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How do we choose this value? Different use cases may show different set of options. Do you want to expose an input for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Or may be we can set a max height which is equal to available height, that is, from trigger element's position to the bottom on the window.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let me create a separate story for this change.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@anandtiwary anandtiwary merged commit 509c313 into main Jan 21, 2021
@anandtiwary anandtiwary deleted the multi-slect-changes branch January 21, 2021 20:51
@github-actions
Copy link

Unit Test Results

    4 files  ±0  231 suites  ±0   13m 6s ⏱️ -12s
816 tests +2  816 ✔️ +2  0 💤 ±0  0 ❌ ±0 
820 runs  +2  820 ✔️ +2  0 💤 ±0  0 ❌ ±0 

Results for commit 509c313. ± Comparison against base commit 2bde24e.

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