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

[Docs] Fix WSL1 hide/show button UX issue #2079

Merged
merged 2 commits into from
Dec 17, 2020

Conversation

Shulammite-Aso
Copy link
Contributor

@Shulammite-Aso Shulammite-Aso commented Dec 12, 2020

Signed-off-by: Shulammite-Aso asoamarachi@gmail.com

Description

This PR fixes #2026

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Shulammite-Aso <asoamarachi@gmail.com>
@probot-autolabeler probot-autolabeler bot added area/docs Documentation update needed language/markdown Issues or pull requests that use Markdown labels Dec 12, 2020
@netlify
Copy link

netlify bot commented Dec 12, 2020

✔️ Deploy preview for meshery-docs ready!

🔨 Explore the source changes: 5ad917d

🔍 Inspect the deploy logs: https://app.netlify.com/sites/meshery-docs/deploys/5fda302ce272930008b2087b

😎 Browse the preview: https://deploy-preview-2079--meshery-docs.netlify.app

@Shulammite-Aso
Copy link
Contributor Author

Hi 🙋 @leecalcote Please review.

@leecalcote
Copy link
Member

Oh! very good. 👀

@@ -83,7 +83,7 @@ wsl --set-default-version 2
<b>Advertencia:</b>
Se recomienda actualizar a <a href="#wsl2">WSL2</a> ya que WSL1 no soporta la aplicación Docker Desktop para Windows. En su lugar, solo soporta la versión obsoleta, [Docker Toolbox](https://docs.docker.com/toolbox/toolbox_install_windows/).

Si aun desea continuar, siga las instrucciones para <button onclick="HideToggleFunction()"><b>WSL1</b></button>
Si aun desea continuar, siga las instrucciones para <button class="WSL1-button" onclick="HideToggleFunction()"><b>WSL1</b></button>
Copy link
Member

Choose a reason for hiding this comment

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

Good work, @Shulammite-Aso. You accounted for the Spanish version, too. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah @leecalcote 😆 These were the two places i saw the button in use.

@chandrashritii
Copy link
Contributor

Looks great. The button is much more obvious now. Good work! @Shulammite-Aso

chandrashritii
chandrashritii previously approved these changes Dec 13, 2020
@leecalcote
Copy link
Member

@chandrashritii is this button to be broadly used? If so, let’s consider a class name change.

@chandrashritii
Copy link
Contributor

Yes @leecalcote
@Shulammite-Aso Could you change the class name for the button to something more generic than WSL1-button?

@Shulammite-Aso
Copy link
Contributor Author

Yes @leecalcote
@Shulammite-Aso Could you change the class name for the button to something more generic than WSL1-button?

Okay @chandrashritii , will toggle-button work? if not exactly, could you give an example?

@leecalcote
Copy link
Member

@Shulammite-Aso yes, sounds real good. This kind of functionality is useful on a number of other pages.

Signed-off-by: Shulammite-Aso <asoamarachi@gmail.com>
@Shulammite-Aso
Copy link
Contributor Author

@leecalcote @chandrashritii done.

@leecalcote leecalcote merged commit d3fc197 into meshery:master Dec 17, 2020
@leecalcote
Copy link
Member

Yay! @Shulammite-Aso 🎈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation update needed language/markdown Issues or pull requests that use Markdown
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs] Show/hide button UX issues
3 participants