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

feat(theme-classic): add stable class for DocSidebarContainer #6466

Merged
merged 1 commit into from Jan 26, 2022

Conversation

homotechsual
Copy link
Contributor

Motivation

Currently styling the docs sidebar requires use of wildcard selectors to work with the generated id e.g:

aside[class*='docSidebarContainer'] {
  border-right: 1px dashed var(--ifm-toc-border-color);
}

Have you read the Contributing Guidelines on pull requests?

Yes

Test Plan

Tested locally to ensure class applies. No linting errors introduced.

Related PRs

None/NA

@facebook-github-bot
Copy link
Contributor

Hi @homotechsual!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@homotechsual homotechsual changed the title Add stable class for DocSidebarContainer refactor(theme-classic): add stable class for DocSidebarContainer Jan 25, 2022
@netlify
Copy link

netlify bot commented Jan 25, 2022

✔️ [V2]
Built without sensitive environment variables

🔨 Explore the source changes: 7b1ce36

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

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

@github-actions
Copy link

github-actions bot commented Jan 25, 2022

⚡️ Lighthouse report for the changes in this PR:

Category Score
🟠 Performance 70
🟢 Accessibility 100
🟢 Best practices 100
🟢 SEO 100
🟢 PWA 92

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

@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Jan 25, 2022
@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

@Josh-Cena Josh-Cena changed the title refactor(theme-classic): add stable class for DocSidebarContainer feat(theme-classic): add stable class for DocSidebarContainer Jan 26, 2022
@Josh-Cena Josh-Cena added the pr: new feature This PR adds a new API or behavior. label Jan 26, 2022
@@ -5,21 +5,21 @@
* LICENSE file in the root directory of this source tree.
*/

import React, {type ReactNode, useState, useCallback} from 'react';
import {MDXProvider} from '@mdx-js/react';
import React, { type ReactNode, useState, useCallback } from 'react';
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is weird. Does your editor's formatter not respect the .prettierrc file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Generally yes, but it appears not to have in this instance. It may be the dev containers interfering. I'll reset that back :-)

@homotechsual
Copy link
Contributor Author

Should be good now @Josh-Cena - apologies for that. Still not entirely sure why it used default prettier rules but fixed now and it uses the right rules!

Copy link
Collaborator

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@Josh-Cena Josh-Cena merged commit d0fc31c into facebook:main Jan 26, 2022
@homotechsual homotechsual deleted the sidebarthemeclass branch January 26, 2022 10:54
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: new feature This PR adds a new API or behavior.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants