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

Adding print icon to printing options dropdown #46099

Merged
merged 4 commits into from May 4, 2022

Conversation

hannahbergam
Copy link
Contributor

@hannahbergam hannahbergam commented Apr 28, 2022

On the Lesson Overview Page

Before:
Screen Shot 2022-04-28 at 3 18 46 PM

After:
Screen Shot 2022-04-28 at 3 21 10 PM

On the Unit Overview Page

Before:
Screen Shot 2022-04-28 at 3 40 10 PM

After:
Screen Shot 2022-04-28 at 3 36 35 PM

With RTL Language:
Screen Shot 2022-04-28 at 4 03 44 PM

Links

Testing story

Deployment strategy

Follow-up work

Privacy

Security

Caching

PR Checklist:

  • Tests provide adequate coverage
  • Privacy and Security impacts have been assessed
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

@@ -148,6 +149,7 @@ class Button extends React.Component {
style={{...styles.icon, ...iconStyle}}
/>
)}
{this.props.children && this.props.children}
Copy link
Contributor

Choose a reason for hiding this comment

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

It's probably worth hiding the span with the text if there is no text passed in

Copy link
Contributor

Choose a reason for hiding this comment

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

Well... either way, because nothing is actually rendered on the page

Copy link
Contributor

@maureensturgeon maureensturgeon left a comment

Choose a reason for hiding this comment

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

LGTM

@hannahbergam hannahbergam merged commit 4da2338 into staging May 4, 2022
@hannahbergam hannahbergam deleted the hbergam/print-icon branch May 4, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants