amylase / ffxiv-crafter-rust

Rust port of amylase/ffxiv-crafter and wasm bindings
3 stars 1 forks source link

Add progression bar(or something) when in progress #11

Open Darkttd opened 1 year ago

Darkttd commented 1 year ago

When generating some macro, it takes long time. So, it is easy to feels like it is stall or broken.

To prevent this, I suggest to add progression bar (or something else which present it is working)

amylase commented 1 year ago

It is not very easy to show a progress bar because it requires the frontend code to communicate with the worker written in Rust. Maybe we should start from an activity indicator.