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

Implement mobile tabbed view for Report Table and Popular Pages Widget. #9765

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions assets/js/components/DetailsPermaLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default function DetailsPermaLinks( { title, path, serviceURL } ) {
return (
<Fragment>
<Link
className="googlesitekit-font-weight-medium"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've gone ahead and set the medium font weight here so it's applied to the desktop viewport and WP dashboard "top content" widget as well, as per this Slack thread, as I think it's most likely that we'll go ahead with this approach.

If it turns out we decide not to, it will be quick to amend in a followup issue.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Update: This approach has now been agreed.

href={ serviceURL || detailsURL }
external={ !! serviceURL }
hideExternalIndicator
Expand Down
Loading
Loading