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

Statefile download progress bar improvements #2790

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Jan 23, 2024

Changes:

  • Using the <progress> element, and use its UA default styling.
  • Start showing the bar during the fetch (in "indeterminate" state), not just during the download after the headers are received.

@fonsp fonsp added frontend Concerning the HTML editor publishing Notebooks as static documents on the web labels Jan 23, 2024
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="statefile-download-progress-bar-improvements")
julia> using Pluto

@fonsp fonsp merged commit 7e99895 into main Jan 23, 2024
4 checks passed
@fonsp fonsp deleted the statefile-download-progress-bar-improvements branch January 23, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor publishing Notebooks as static documents on the web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant