Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove overriding style on the height of option list #1269

Merged

Conversation

mengweieric
Copy link
Collaborator

@mengweieric mengweieric commented Nov 27, 2023

Description

A change made by a 3rd party contributor previously added the overriding style to set the height of the option list to 250px commit. The fix should be removing it and keep all eui combo box having default behaviors. This also fixed the height not decreasing issue for data source selector option list.

Issues Resolved

#1263

Before

Screenshot 2023-11-27 at 12 40 34 PM

After

Screenshot 2023-11-27 at 12 39 34 PM

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
Copy link
Collaborator

@paulstn paulstn left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cb729f3) 56.32% compared to head (cbbcb82) 56.32%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1269   +/-   ##
=======================================
  Coverage   56.32%   56.32%           
=======================================
  Files         327      327           
  Lines       11944    11944           
  Branches     2741     2741           
=======================================
  Hits         6728     6728           
  Misses       5171     5171           
  Partials       45       45           
Flag Coverage Δ
dashboards-observability 56.32% <ø> (ø)

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.

@kavilla
Copy link
Member

kavilla commented Nov 28, 2023

You should also be able to run

yarn lint:style with OSD core and this plugin within the plugins folder to see current issues.

yarn lint:style --fix also will try it's best attempt to fix issues.

@mengweieric mengweieric merged commit 3a41fdc into opensearch-project:main Nov 28, 2023
11 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 28, 2023
* remove unused files

Signed-off-by: Eric Wei <menwe@amazon.com>

* missing snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused files

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove overriding styling code for eui combo box

Signed-off-by: Eric <menwe@amazon.com>

* update snapshots

Signed-off-by: Eric <menwe@amazon.com>

---------

Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
(cherry picked from commit 3a41fdc)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Nov 28, 2023
* remove unused files

Signed-off-by: Eric Wei <menwe@amazon.com>

* missing snapshots

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove unused files

Signed-off-by: Eric Wei <menwe@amazon.com>

* remove overriding styling code for eui combo box

Signed-off-by: Eric <menwe@amazon.com>

* update snapshots

Signed-off-by: Eric <menwe@amazon.com>

---------

Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
(cherry picked from commit 3a41fdc)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
mengweieric pushed a commit that referenced this pull request Nov 28, 2023
* remove unused files



* missing snapshots



* remove unused files



* remove overriding styling code for eui combo box



* update snapshots



---------



(cherry picked from commit 3a41fdc)

Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
mengweieric pushed a commit that referenced this pull request Nov 28, 2023
* remove unused files



* missing snapshots



* remove unused files



* remove overriding styling code for eui combo box



* update snapshots



---------



(cherry picked from commit 3a41fdc)

Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@mengweieric mengweieric deleted the fix/eui-combo-box-option-list branch February 14, 2024 18:29
amsiglan pushed a commit to amsiglan/dashboards-observability that referenced this pull request Jun 7, 2024
…ect#1269) (opensearch-project#1271)

* remove unused files

* missing snapshots

* remove unused files

* remove overriding styling code for eui combo box

* update snapshots

---------

(cherry picked from commit 3a41fdc)

Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Eric <menwe@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit b23971d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants