hplt-project / OpusCleaner

OpusCleaner is a web interface that helps you select, clean and schedule your data for training machine translation models.

Home Page:https://pypi.org/project/opuscleaner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color coding download states

jindrahelcl opened this issue · comments

Nice feature would be to have different text colors for different download states (in long list of "downloading" vs "downloaded", it's not that easy to say what's done and what's not). I suggest yellow for pending, green for downloading and blue for downloaded..

Maybe we can just have a class for each and put it here and in a csv?
https://github.com/hplt-project/OpusCleaner/blob/a14a7ab12010dde8671cc4b45042745ef5dfc3fe/frontend/src/components/DownloadPopup.vue#L12C31-L12C31