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

Fix Run button position when datepicker is not visible #7935

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

LDrago27
Copy link
Collaborator

@LDrago27 LDrago27 commented Aug 30, 2024

Description

Fix the Run button placement when no date picker was being shown.
image

Issues Resolved

Screenshot

Case1: When QE is OFF and New Home Page is OFF

Without date picker
image

With date Picker
image

Case2 : When QE Is OFF and New Home Page is ON

Without date picker
image

With date picker
image

Case 3: When QE is ON and New Home Page is ON

Without date picker
image

With date picker
image

Case 4: When QE is ON and New Home Page is OFF

Without Date picker
image

With date Picker
image

Testing the changes

Changelog

  • skip

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

Copy link
Contributor

❌ Empty Changelog Section

The Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section.

@LDrago27 LDrago27 marked this pull request as ready for review August 30, 2024 06:40
@github-actions github-actions bot added Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry and removed failed changeset labels Aug 30, 2024
@LDrago27 LDrago27 added the discover for discover reinvent label Aug 30, 2024
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.33%. Comparing base (76d7a8b) to head (85ff91b).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7935   +/-   ##
=======================================
  Coverage   64.33%   64.33%           
=======================================
  Files        3676     3677    +1     
  Lines       81196    81204    +8     
  Branches    12944    12945    +1     
=======================================
+ Hits        52235    52243    +8     
+ Misses      25751    25749    -2     
- Partials     3210     3212    +2     
Flag Coverage Δ
Linux_1 30.74% <ø> (+0.48%) ⬆️
Linux_2 56.19% <ø> (ø)
Linux_3 40.61% <ø> (-0.01%) ⬇️
Linux_4 31.40% <ø> (+<0.01%) ⬆️
Windows_1 30.76% <ø> (+0.46%) ⬆️
Windows_2 56.14% <ø> (ø)
Windows_3 40.61% <ø> (+<0.01%) ⬆️
Windows_4 31.40% <ø> (+<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
Member

@ashwin-pc ashwin-pc left a comment

Choose a reason for hiding this comment

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

Nice, i love it when the PR simplifies the logic even when the permutations increase.

@ashwin-pc ashwin-pc merged commit e5c125d into opensearch-project:main Aug 30, 2024
75 of 76 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 30, 2024
Signed-off-by: Suchit Sahoo <[email protected]>
(cherry picked from commit e5c125d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
LDrago27 pushed a commit that referenced this pull request Aug 30, 2024
(cherry picked from commit e5c125d)

Signed-off-by: Suchit Sahoo <[email protected]>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x discover for discover reinvent seasoned-contributor Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry v2.17.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants