-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Option to toggle hidden folders/files in browser file dialog #12179
Conversation
Apart from the stray log, this is working well for me. 👍 |
protected override doRender(): React.ReactNode { | ||
return ( | ||
<div className={TOGGLE_HIDDEN_CONTAINER_CLASS}> | ||
Show hidden files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion:
I believe we should localize the label if possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added the localization 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. 👍
What it does
Resolves #9215 by adding a toggle to show hidden folders and files in the browser's file dialog
How to test
Review checklist
Reminder for reviewers