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

[stable26] Clear progress bar text when hiding it #40846

Merged
merged 1 commit into from Oct 10, 2023

Commits on Oct 9, 2023

  1. Clear progress bar text when hiding it

    When files are uploaded the progress bar text is set accordingly.
    However, other operations that show the progress bar, like deleting
    files, do not explicitly set any text. Due to that, when the progress
    bar was shown again after uploading files the text did not match the
    operation. To solve that now the text is cleared when the progress bar
    is hidden (it is not cleared when it is shown as in some cases the text
    is set already before showing the progress bar).
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu authored and backportbot-nextcloud[bot] committed Oct 9, 2023
    Copy the full SHA
    3a91a51 View commit details
    Browse the repository at this point in the history