-
Notifications
You must be signed in to change notification settings - Fork 293
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
Update callout tour highlights to match design #6973
Comments
AC ✔️ |
I am adding an observation that I discovered while testing #6904. Now that we have made the changes to the badge placement, we've created a UI issue with the tooltip tour. As you can see from the screenshots below, the tooltip slightly overlaps the text. Is it possible to fix this within this ticket, or, do we have another ticket that it can be fixed in? I can create a new ticket, just conscious this would likely be a new P0. |
@wpdarren I think we're OK addressing this here - the first point of the AC should cover it:
Note that the badges are similarly aligned in the Figma design linked to: |
IB ✔️ |
QA Update ❌
Issue :- I've noticed that in tablet view ports having width between 783px to 1179px, the session target highlight is overlapping the engagement title. Question – In IB it is mentioned that top padding is 0px and bottom padding is 15px. But under actual implementation top padding is 12px and bottom padding is 20px which looks more correct. Did we implement different padding from the suggested padding in IB so that target element gets centered around the highlight ? |
@mohitwp Yes, the padding is different to look better; it's always best to compare the ACs not the IB, as sometimes we deviate a bit 😄 Thanks for catching the tablet padding, I'll get a follow-up PR for that one 👍🏻 |
@mohitwp I just spent a fair bit of time on this, trying to get the widths to align perfectly on smaller screens, but because of React Joyride's own logic around spotlights and those headers being VERY small, it doesn't seem to work. For now I think the spotlight being wider than the contents on smaller screens will need to be a known bug, so moving this to Approval as the QA was otherwise good and I think that width on tablets is a "Won't fix" issue, at least in the context of this issue. |
LGTM! |
Description
As reported by Sigal in Bug Bash, the highlights for specific sections of the dashboard do not match the design. For all three:
Note that this is blocked by #6904 and #7001, where we need to update the position of the New badges before modifying the highlights.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
assets/js/feature-tours/ga4-reporting.js
:styles
key to each item in thesteps
array. The value ofstyles
should be an object having aspotlight
key, with the value being another object with the following keys:border
with the value of0
.padding
with the value of 15px in the bottom (e.g.0 0 15px 0
).Test Coverage
QA Brief
ga4Reporting
feature flag enabled, connecting Analytics, and ensuring the dashboard view used is the GA4 dashboard view.sessionStorage.clear()
in the browser JS console and refresh the page, you will see the notification again and can run the tour once switched to a desktop viewport.Changelog entry
The text was updated successfully, but these errors were encountered: