oxidecomputer / oxidecomputer/omicron
[wicket] show percentage completion for event in the UI
Open
@andrewjstone is already working on this.
Since Mar 16, 2023.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
In the wicket UI, we should show a percentage completion for various actions.
Possible options:
- For a compact view, a little spinner:
| / -next to a percentage. I found a library which has a ton of spinners, haha: https://crates.io/crates/spinners - If we have more space, a progress bar.
Some update processes might have multiple steps, e.g. "downloading" and "writing".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.