cmd-ntrf / jupyter-lmod

Jupyter plugin that provides a tab for TACC Lmod (https://github.com/TACC/Lmod)
MIT License
28 stars 13 forks source link

Improve UI feedback on loading/unloading modules #73

Open lexming opened 4 months ago

lexming commented 4 months ago

Currently clicking the Load/Unload button does not cause any change on the UI. So while modules load/unload it might seem that nothing was triggered by the click.

This PR makes a few style changes to improve the UI feedback on loading/unloading modules:

Demo:

jupyter-lmod-ui-feedback.webm

I'm targeting the jupyterlab4 branch, as that is the active development now. But this PR is not really related to the changes for jupyterlab v4 in #70 .