-
Notifications
You must be signed in to change notification settings - Fork 54
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
chore(TDP-12538): always show tooltip on faceted badge overlay #4903
Merged
andrewmoreno
merged 2 commits into
master
from
chore/tdp-12538-faceted-badge-overlay-tooltip
Sep 25, 2023
Merged
chore(TDP-12538): always show tooltip on faceted badge overlay #4903
andrewmoreno
merged 2 commits into
master
from
chore/tdp-12538-faceted-badge-overlay-tooltip
Sep 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:12 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:12 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:12 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:12 — with
GitHub Actions
Inactive
Size Change: -33 B (0%) Total Size: 13.2 MB ℹ️ View Unchanged
|
andrewmoreno
force-pushed
the
chore/tdp-12538-faceted-badge-overlay-tooltip
branch
from
September 22, 2023 10:39
b660447
to
5ab5e90
Compare
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:39 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:39 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:39 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 22, 2023 10:39 — with
GitHub Actions
Inactive
Nigui
approved these changes
Sep 22, 2023
dlcaldeira
approved these changes
Sep 22, 2023
andrewmoreno
force-pushed
the
chore/tdp-12538-faceted-badge-overlay-tooltip
branch
from
September 25, 2023 08:24
5ab5e90
to
45ad4b8
Compare
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 25, 2023 08:24 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 25, 2023 08:24 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 25, 2023 08:24 — with
GitHub Actions
Inactive
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 25, 2023 08:24 — with
GitHub Actions
Inactive
andrewmoreno
deleted the
chore/tdp-12538-faceted-badge-overlay-tooltip
branch
September 25, 2023 08:49
andrewmoreno
temporarily deployed
to
pull_request_unsafe
September 25, 2023 08:49 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the problem this PR is trying to solve?
This PR enforces always showing the tooltip for the faceted badge overlay. As it is implemented at the moment, we only show the tooltip if there's an icon on the overlay. However, in this ticket we are facing the challenge of truncating the overlay text and present the full text to the user using the tooltip. (check image below)
What is the chosen solution to this problem?
Please check if the PR fulfills these requirements
yarn changeset
to a request a release from the CI if wanted.[ ] This PR introduces a breaking change