ecomontec / ecoSound-web

Web application for ecoacoustics to manage, navigate, visualise, annotate, and analyse soundscape recordings.
https://ecosound-web.de/
GNU General Public License v3.0
19 stars 3 forks source link

grey out only spectrogram #381

Closed kdarras closed 1 week ago

kdarras commented 11 months ago

When any new image is loaded in the spectrogram viewer, the entire page is grayed out. We should only gray out the spectrogram so the user has a less disturbing experience.

kdarras commented 3 months ago

I understand that the entire page may have been grayed out because the controls need to be blocked while they are unavailable. Do you think it still makes sense to implement this @LiuDilongNJ ?

kdarras commented 1 month ago

working in Docker, will test on website to check whether the controls are available during waiting time and whether it poses a problem.

kdarras commented 1 month ago

OK I see now when testing the online version that this has been implemented, strictly speaking, as the user experience is smoother, but that we may have had a misunderstanding as the entire page is reloaded.

Will it be possible, with the current system, to implement user interaction with the spectrogram player such that only the central image is reloaded, while the rest of the page stays loaded, in a more "reactive" way? This will be for future work, consider this issue working online.

kdarras commented 3 weeks ago

this will be for #35 Adapted title working online

kdarras commented 1 week ago

completed in #511