Amsterdam-Music-Lab / MUSCLE

An application to easily set up and run online listening experiments for music research.
https://www.amsterdammusiclab.nl/
MIT License
4 stars 1 forks source link

Added: Add `ProgressBar` component #1364

Closed drikusroor closed 3 days ago

drikusroor commented 1 week ago

Introduce a new ProgressBar component that allows customization of properties and styles. Enhance the associated stories with decorators for improved visualization.

The component is not yet configured to be used in the AppBar as it kind of depends on the technical approach we want to take with regards to the content. See also the related issue of #1334

drikusroor commented 3 days ago

Nice! As we'll typically have max values around 5-10 (i.e., different questions or experiments), I wonder whether percentage is all that useful to have. It's nice to have, but it should be disabled by default.

I'll remove it since we will most likely only use the progress bar in this location. If we need it in the future it's easy to add, but for now it means a feature that we would need to maintain.