Skip to content

Conversation

@jeremypw
Copy link
Contributor

@jeremypw jeremypw commented Nov 2, 2025

Fixes #1278

The chosen solution is to add another label to the existing empty_label which shows when there are no visible files but the folder contains undisplayed hidden files.

The original message now displays when the model is empty (i.e. the view would be blank). If the model is empty but the folder is not empty then hidden files are present and an addition label is shown with this information.

To reduce the performance hit when pasting or deleting a large number of files (which is already slow) the update function is throttled. Ideally we would want to implement batch file operations but that will have to wait for Gtk4

@jeremypw
Copy link
Contributor Author

jeremypw commented Nov 2, 2025

For some reason the diff is not showing all changes - only last commit??

@jeremypw jeremypw closed this Nov 2, 2025
@jeremypw jeremypw deleted the jeremypw/fix-empty-label branch November 2, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ignore hidden files for 'this folder is empty' message

2 participants