-
Notifications
You must be signed in to change notification settings - Fork 237
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
Read more button poc #12563
base: latest
Are you sure you want to change the base?
Read more button poc #12563
Conversation
…ad-more-button-poc
…ad-more-button-poc
…the chosen services
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far so good 😄
- Great decision to add the button at the bottom of the article text - that way if No CSS then it doens’t interrupt the reading experience
- Know this is still in progress, looks like a little less space above the button in the design for both variants?
- Also may need something for forced colours…
css={{ | ||
marginRight: '10px', | ||
marginLeft: '0', | ||
verticalAlign: 'middle', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think we need to try to get it to align with the center of the button text
width="16" | ||
height={theme.fontSizes.pica.fontSize} | ||
css={{ | ||
marginRight: '10px', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2px might do it?
@@ -68,6 +68,7 @@ import Disclaimer from '../../components/Disclaimer'; | |||
import SecondaryColumn from './SecondaryColumn'; | |||
import styles from './ArticlePage.styles'; | |||
import { ComponentToRenderProps, TimeStampProps } from './types'; | |||
import ReadMoreButton from './ReadMoreButton'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we should call this "read more" how about 'show more' as that is what we are doing??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually now below I see you have used the naming 'show' so maybe this is a better name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've renamed this to ContinueReadingButton as thats the default copy we're using for the initial experiment.
…ad-more-button-poc
@@ -38,6 +38,8 @@ export default { | |||
color: '#141414', | |||
textAlign: 'left', | |||
border: 'none', | |||
borderBottom: '1px solid #B0B2B4', // Add the border-bottom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relative values please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be an old file you're referencing as ReadMoreButton shouldn't exist anymore.
Resolves JIRA:
Summary
A very high-level summary of easily-reproducible changes that can be understood by non-devs, and why these changes where made.
Code changes
Developer Checklist
Testing
Ready-For-Test, Local
)Ready-For-Test, Test
)Ready-For-Test, Preview
)Ready-For-Test, Live
)Additional Testing Steps
Useful Links