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

Removing useDeprecatedTag from unit calendar button #50163

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

hannahbergam
Copy link
Contributor

This makes the button tab navigable, and adds styling to maintain consistency with the neighboring buttons!

Before:
Screen Shot 2023-02-08 at 3 33 17 PM

After:
Screen Shot 2023-02-08 at 3 41 17 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

@@ -64,3 +64,10 @@ export default class UnitCalendarButton extends React.Component {
);
}
}

const styles = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just wonder if the size of the button adapts with changes in the length of the text. Thinking about translations.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screen Shot 2023-02-08 at 4 32 37 PM

Yep- just edited the text so you can see what it looks like!

Copy link
Contributor

@mgc1194 mgc1194 left a comment

Choose a reason for hiding this comment

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

Great work matching the existing style.

@hannahbergam hannahbergam merged commit 8ba8382 into staging Feb 9, 2023
@hannahbergam hannahbergam deleted the hbergam/manage-assets-tabNav branch February 9, 2023 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants