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

Change page title of application headers to h1 and xs #8227

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

AMoo-Miki
Copy link
Collaborator

Description

Change page title of application headers to h1 and xs

Screenshot

Before

v7

ov7

vNext

ov8

v9

ov9

After

v7

hv7

vNext

hv8

v9

hv9

Changelog

  • feat: Adjust semantics and sizing of page titles in application headers

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

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.05%. Comparing base (cc5531b) to head (62a1ecb).
Report is 79 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8227      +/-   ##
==========================================
- Coverage   64.05%   64.05%   -0.01%     
==========================================
  Files        3741     3741              
  Lines       88635    88635              
  Branches    13804    13804              
==========================================
- Hits        56776    56775       -1     
- Misses      31261    31262       +1     
  Partials      598      598              
Flag Coverage Δ
Linux_1 30.07% <ø> (ø)
Linux_2 58.83% <ø> (ø)
Linux_3 40.37% <ø> (-0.01%) ⬇️
Linux_4 31.46% <ø> (ø)
Windows_1 30.08% <ø> (ø)
Windows_2 58.78% <ø> (ø)
Windows_3 40.37% <ø> (ø)
Windows_4 31.46% <ø> (ø)

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
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.

Failing check looks unrelated

@AMoo-Miki AMoo-Miki merged commit 7ab0980 into opensearch-project:main Sep 25, 2024
73 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 25, 2024
* Change page title of application headers to h1 and xs

Signed-off-by: Miki <[email protected]>

* Changeset file for PR #8227 created/updated

---------

Signed-off-by: Miki <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 7ab0980)
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 Sep 25, 2024
* Change page title of application headers to h1 and xs

Signed-off-by: Miki <[email protected]>

* Changeset file for PR #8227 created/updated

---------

Signed-off-by: Miki <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 7ab0980)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@abbyhu2000 abbyhu2000 added v2.18.0 and removed 2.17.1 labels Sep 25, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 26, 2024
* Change page title of application headers to h1 and xs

Signed-off-by: Miki <[email protected]>

* Changeset file for PR #8227 created/updated

---------

Signed-off-by: Miki <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 7ab0980)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@virajsanghvi virajsanghvi added the look & feel Look and Feel Improvements label Sep 26, 2024
AMoo-Miki pushed a commit that referenced this pull request Sep 26, 2024
* Change page title of application headers to h1 and xs



* Changeset file for PR #8227 created/updated

---------



(cherry picked from commit 7ab0980)

Signed-off-by: Miki <[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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 26, 2024
* Change page title of application headers to h1 and xs

* Changeset file for PR #8227 created/updated

---------

(cherry picked from commit 7ab0980)

Signed-off-by: Miki <[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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 0fe22af)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
SuZhou-Joe pushed a commit to SuZhou-Joe/OpenSearch-Dashboards that referenced this pull request Oct 3, 2024
…ject#8227) (opensearch-project#8341)

* Change page title of application headers to h1 and xs



* Changeset file for PR opensearch-project#8227 created/updated

---------



(cherry picked from commit 7ab0980)

Signed-off-by: Miki <[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>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
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