biosustain / shu

Multi-dimensional, trans-omics metabolic maps.
https://biosustain.github.io/shu
Apache License 2.0
41 stars 1 forks source link

Enhance I/O feedback on GUI #31

Closed carrascomj closed 1 year ago

carrascomj commented 1 year ago

Description

The reviewers pointed out that there was not enough feedback about I/O in the GUI, especially when there are errors in reading files.

Implementation

A popup is used to communicate in the UI the logged information about I/O. This includes errors but also "Loading" messages for when maps or data take some time to load (should not happen on a normal computer but maybe on WASM on a smartphone).

image

The popup fades out after 3 seconds if not hovered.