-
-
Notifications
You must be signed in to change notification settings - Fork 80
Indicate presence of undisplayed hidden files with empty message #2663
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
base: main
Are you sure you want to change the base?
Conversation
|
if we mention hidden files we may as well straight up display a button to show them, instead of "lol go find it yourself" ? |
|
@danirabbit What is your opinion of adding a "Show Hidden" button in this context? |
|
OK, so should it change the global setting or just reveal the hidden files for the folder in question? |
|
A one-time "display this folder" that lasts only till you change folder could be nice |
|
That would be possible. My only concern is that there would be no obvious way to revert the step without reloading or navigating away from the folder (the appmenu and context menu would still show hidden files are not shown). Its not a big deal though I guess. |
|
@teamcons Latest commit implements a basic implementation of you idea. Instead of having two labels, there are now only one showing at any time - corresponding to the two relevant situations. I have also avoided the words "Empty Folder" as it is rather ambiguous. |
|
"This folder contains only hidden files" ? |
|
I wonder whether the button should show below the text? Any styling required? |
Fixes #1278
BEFORE
AFTER