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

Fixes file count discrepancy #1832

Merged
merged 8 commits into from
Jun 5, 2024
Merged

Fixes file count discrepancy #1832

merged 8 commits into from
Jun 5, 2024

Conversation

hectorcorrea
Copy link
Member

@hectorcorrea hectorcorrea commented Jun 3, 2024

Updated the code to display empty file names and empty folders on the file list.

This prevents the issue where the file count displayed to the user does not match the number of files on the list.

We made empty files and empty folders not downloadables on the file list.

Below is an example of how these empty files/folders are displayed:

Screenshot 2024-06-03 at 12 25 21 PM

Co-authored-by: Robert-Anthony Lee-Faison leefaisonr@users.noreply.github.com

Closes #1826
Closes #1784
See also #1836

hectorcorrea and others added 6 commits June 3, 2024 12:19
… file list.

This prevents the issue where the file count displayed to the user does not match the number of files on the list.

Co-authored-by: Robert-Anthony Lee-Faison <leefaisonr@users.noreply.github.com>
Co-authored-by: Robert-Anthony Lee-Faison <leefaisonr@users.noreply.github.com>
Co-authored-by: Robert-Anthony Lee-Faison <leefaisonr@users.noreply.github.com>
Co-authored-by: Robert-Anthony Lee-Faison <leefaisonr@users.noreply.github.com>
Co-authored-by: Robert-Anthony Lee-Faison <leefaisonr@users.noreply.github.com>
Co-authored-by: Robert-Anthony Lee-Faison <leefaisonr@users.noreply.github.com>
@carolyncole
Copy link
Member

@hectorcorrea and @leefaisonr Looking good. I'm deploying it to staging. Looks like there is one more place where ignore_directories is being utilized.

hectorcorrea and others added 2 commits June 4, 2024 13:55
Co-authored-by: Robert-Anthony Lee-Faison <leefaisonr@users.noreply.github.com>
@hectorcorrea
Copy link
Member Author

We've fixed the last broken test.

@carolyncole
Copy link
Member

Thanks @hectorcorrea & @leefaisonr

@carolyncole carolyncole merged commit 01fdac5 into main Jun 5, 2024
5 checks passed
@carolyncole carolyncole deleted the 1826-file-count branch June 5, 2024 11:55
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.

Inconsistency in file count Empty directories not displayed in file list
3 participants