fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Make global progress bar hidden from screen readers #2758

Closed fonsp closed 7 months ago

fonsp commented 7 months ago

This is about the progress bar at the top of the notebook UI.

It should either be live, or totally hidden. Let's make it hidden for now, since it's a "visual bonus".

github-actions[bot] commented 7 months ago

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="progress-bar-aria-hidden")
  julia> using Pluto