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

chore: upgrade Infima to alpha.30 #5256

Merged
merged 4 commits into from
Aug 11, 2021
Merged

chore: upgrade Infima to alpha.30 #5256

merged 4 commits into from
Aug 11, 2021

Conversation

lex111
Copy link
Contributor

@lex111 lex111 commented Jul 30, 2021

Motivation

  • Remove border from iframes by default
  • Tiny cleanup of dropdown navbar styles and fix markup in dropdown comp
  • Make navbar back button optional (will be needed in near future)

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Preview

Related PRs

(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)

@lex111 lex111 added the pr: maintenance This PR does not produce any behavior differences to end users when upgrading. label Jul 30, 2021
@lex111 lex111 requested a review from slorber as a code owner July 30, 2021 14:54
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Jul 30, 2021
@netlify
Copy link

netlify bot commented Jul 30, 2021

✔️ [V2]

🔨 Explore the source changes: 1feac16

🔍 Inspect the deploy log: https://app.netlify.com/sites/docusaurus-2/deploys/61137a86c854ae0007126d60

😎 Browse the preview: https://deploy-preview-5256--docusaurus-2.netlify.app

@github-actions
Copy link

github-actions bot commented Jul 30, 2021

⚡️ Lighthouse report for the changes in this PR:

Category Score
🔴 Performance 21
🟢 Accessibility 98
🟢 Best practices 100
🟢 SEO 100
🟠 PWA 64

Lighthouse ran on https://deploy-preview-5256--docusaurus-2.netlify.app/

@github-actions
Copy link

github-actions bot commented Jul 30, 2021

Size Change: -296 B (0%)

Total Size: 792 kB

Filename Size Change
website/build/assets/css/styles.********.css 93.1 kB -108 B (0%)
ℹ️ View Unchanged
Filename Size Change
website/.docusaurus/globalData.json 36.1 kB 0 B
website/build/assets/js/main.********.js 403 kB 0 B
website/build/blog/2017/12/14/introducing-docusaurus/index.html 63.9 kB -26 B (0%)
website/build/blog/index.html 33.1 kB -26 B (0%)
website/build/docs/index.html 41.9 kB -29 B (0%)
website/build/docs/installation/index.html 49.6 kB -29 B (0%)
website/build/index.html 28.7 kB -26 B (0%)
website/build/tests/docs/index.html 22.5 kB -26 B (0%)
website/build/tests/docs/standalone/index.html 20.5 kB -26 B (0%)

compressed-size-action

@lex111 lex111 merged commit 09f089b into master Aug 11, 2021
@lex111 lex111 deleted the lex111/infima-30 branch August 11, 2021 07:56
@@ -88,7 +88,7 @@ function DropdownNavbarItemDesktop({
'dropdown--show': showDropdown,
})}>
<NavLink
className={clsx('navbar__item navbar__link', className)}
Copy link
Collaborator

Choose a reason for hiding this comment

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

This removes some padding leading to a different alignment, should we restore this padding or we don't want it on purpose?

I think it make sense to remove this padding but maybe we should provide a way to align the dropdown in a centered way instead of left/right

CF RN website upgrade

image

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

my fault, didn't notice it, just made fix for it facebookincubator/infima#168

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks

Also there's a bit less vertical spacing.
Not sure it's intended and have no strong opinion, but I prefer with a bit more spacing like before 🤪

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's hard to say, but if you want to increase spacing, I don't mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Signed Facebook CLA pr: maintenance This PR does not produce any behavior differences to end users when upgrading.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants