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

[Look&Feel] Revert tooltip addition for navigation menu #7493

Merged
merged 6 commits into from
Jul 26, 2024

Conversation

danieldong51
Copy link
Contributor

@danieldong51 danieldong51 commented Jul 25, 2024

Description

Reverts addition of EuiTooltip for header menu button, due to bug where tooltip will always pop up when menu is closed or user navigates to another page.

Issues Resolved

#7483

Screenshot

Before (v7Light) After (v7Light) Before (v8dark) After (v8dark)
Menu v7 Light Before Menu v7 Light Post Menu v8 Dark Before Menu v8 Dark Post

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

Signed-off-by: Dan Dong <danieldong51@gmail.com>
opensearch-changeset-bot bot and others added 2 commits July 25, 2024 20:27
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.11%. Comparing base (2208df9) to head (e5cf3c6).
Report is 256 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7493      +/-   ##
==========================================
- Coverage   64.13%   64.11%   -0.02%     
==========================================
  Files        3616     3616              
  Lines       78730    78759      +29     
  Branches    12446    12453       +7     
==========================================
+ Hits        50490    50496       +6     
- Misses      25187    25206      +19     
- Partials     3053     3057       +4     
Flag Coverage Δ
Linux_1 30.91% <0.00%> (ø)
Linux_2 55.59% <100.00%> (+<0.01%) ⬆️
Linux_3 40.63% <0.00%> (-0.03%) ⬇️
Linux_4 31.77% <0.00%> (-0.01%) ⬇️
Windows_1 30.92% <0.00%> (ø)
Windows_2 55.55% <100.00%> (+<0.01%) ⬆️
Windows_3 40.64% <0.00%> (-0.02%) ⬇️
Windows_4 31.77% <0.00%> (-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.

Signed-off-by: Dan Dong <danieldong51@gmail.com>
@danieldong51 danieldong51 marked this pull request as draft July 25, 2024 22:05
virajsanghvi
virajsanghvi previously approved these changes Jul 25, 2024
Copy link
Collaborator

@virajsanghvi virajsanghvi left a comment

Choose a reason for hiding this comment

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

Approving, assuming checks pass/unrelated

@@ -205,4 +206,17 @@ describe('Header', () => {

expect(component.find('.header__toggleNavButtonSection').exists()).toBeFalsy();
});

it('toggles primary navigation menu when clicked', () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

was this just for coverage?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes

@ashwin-pc
Copy link
Member

@danieldong51 since this change reverts a change that happened in the same release, we dont need a new changeset file, rather we should either update or remove the old changeset here.

@github-actions github-actions bot added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label Jul 25, 2024
@zhongnansu zhongnansu merged commit 5a849b0 into opensearch-project:main Jul 26, 2024
67 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 26, 2024
(cherry picked from commit 5a849b0)
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 Jul 26, 2024
(cherry picked from commit 5a849b0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
danieldong51 added a commit to danieldong51/OpenSearch-Dashboards that referenced this pull request Jul 26, 2024
danieldong51 added a commit to danieldong51/OpenSearch-Dashboards that referenced this pull request Jul 26, 2024
danieldong51 added a commit to danieldong51/OpenSearch-Dashboards that referenced this pull request Jul 26, 2024
paulstn pushed a commit to paulstn/OpenSearch-Dashboards that referenced this pull request Jul 26, 2024
zhongnansu pushed a commit that referenced this pull request Jul 29, 2024
…ation menu (#7524)

* [Look&Feel] Revert tooltip addition for navigation menu (#7493)

(cherry picked from commit 5a849b0)

* Updated functional test

Signed-off-by: Dan Dong <danieldong51@gmail.com>

---------

Signed-off-by: Dan Dong <danieldong51@gmail.com>
Co-authored-by: Viraj Sanghvi <virajs@amazon.com>
zhongnansu pushed a commit that referenced this pull request Jul 29, 2024
…gation menu (#7525)

* [Look&Feel] Revert tooltip addition for navigation menu (#7493)

(cherry picked from commit 5a849b0)

* Updated functional test

Signed-off-by: Dan Dong <danieldong51@gmail.com>

---------

Signed-off-by: Dan Dong <danieldong51@gmail.com>
Co-authored-by: Viraj Sanghvi <virajs@amazon.com>
Qxisylolo pushed a commit to Qxisylolo/OpenSearch-Dashboards that referenced this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport 2.16 in-next look & feel Look and Feel Improvements Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry v2.16.0 valued-contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants