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

Progress bar for startup and code execution status #17

Closed
jooyoungseo opened this issue May 1, 2023 · 4 comments
Closed

Progress bar for startup and code execution status #17

jooyoungseo opened this issue May 1, 2023 · 4 comments
Labels
t: feature-request Request the addition of a new feature
Milestone

Comments

@jooyoungseo
Copy link
Contributor

Progress bar indicator would be useful for users to get a better sense of how long they have to wait. Along with visual progress bar, we could consider adding incremental sound to non-visually indicate its progression.

@coatless coatless added this to the 0.4.0 milestone May 2, 2023
@coatless coatless added the t: feature-request Request the addition of a new feature label Sep 17, 2023
@jimjam-slam
Copy link

It would be lovely to define where on the page the WebR status indicator gets inserted (in the same way that a website listing can have an id specified to insert into), so that you could quickly make it a sticky element if needed!

@coatless
Copy link
Owner

The id portion would be interesting; but, I'm not sure there is an easy way to have a "default" location that is still inside the <header> region. The later part would likely need format overrides due to lack of a title-only option in quarto.doc.include_text()).

Code cell-wise, we're likely going to move to using a "Green" play button that gets replaced with a spinning wheel when code is executing:

https://fontawesome.com/icons/play?f=classic&s=solid&pc=%230d9c29

https://fontawesome.com/icons/spinner?f=classic&s=solid&an=spin

Unfortunately, there isn't a good way of understanding where in a calculation we are when sending code over to webR.

@jimjam-slam
Copy link

Nah, that makes sense!

@coatless
Copy link
Owner

In v0.3.7, we added a "Green" play button next to Run Code and a spinning wheel for active code cells/package installation. So, I'm going to aim to close out this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t: feature-request Request the addition of a new feature
Projects
None yet
Development

No branches or pull requests

3 participants