Closed jimmymadon closed 9 months ago
@sigal-teller @marrrmarrr Curious for your thoughts here – we pulled this out of the ABR Bug Bash because it's the case for all notification banners, not just the one for that feature. Thanks!
@bethanylang I think we can safely update the spacing on all banner notifications with a title
and description
. The new Figma mocks for these notifications gives us a good idea of the actual spacing. Should we still wait for UX input here?
@jimmymadon Yes, just to be extra safe!
@sigal-teller @marrrmarrr Could I ask you to please confirm that you're okay with updating the spacing on the banner notifications based upon the Figma mock? Thanks!
@bethanylang @jimmymadon Yes let's update the banner based on the Figma mocks. In addition to spaces, note that the illustration should be vertically centered with the text+button. Currently the illustration is aligned to the top I think.
AC :white_check_mark:
Completed IB and added an estimate of 7 to allow for QA/UX review.
IB ✔️
Feature Description
When testing the Ad Blocking Recovery epic, we noticed that the space between the title and description in our Banner Notification is too low compared to the Figma mocks and looks cramped.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
assets/sass/components/global/_googlesitekit-publisher-wins.scss
adding the following CSS:.googlesitekit-publisher-win__image-small
class inassets/sass/components/adsense/_googlesitekit-adsense-ad-blocking-recovery.scss
, removing the existingtext-align
attribute, replacing it with:BannerNotification
in story book calledWith Win Image
that shows the component when a WinImageSVG is set such asWinImageSVG={ () => <SuccessSVG /> }
Test Coverage
BannerNotification
when aWinImageSVG
is set.QA Brief
Changelog entry