- Right now, we are using [HTML 5 progress bar](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) but there are some issues to keep same styles to all browsers. - Also, this progress bar only allow a line progress bar. ### Steps: - Find some alternatives and add a comment in this issue to discuss which could be the best. - Could be great if we can change from line to circle progress bar or other component - After it, create a fork. - Replace `./src/common/components/progressBar/` component and add unit tests. - ### Important: Follow this [work flow](https://github.com/Lemoncode/LeanMood/wiki/devworkflow)
Right now, we are using HTML 5 progress bar but there are some issues to keep same styles to all browsers.
Also, this progress bar only allow a line progress bar.
Steps:
Find some alternatives and add a comment in this issue to discuss which could be the best.
Could be great if we can change from line to circle progress bar or other component
After it, create a fork.
Replace
./src/common/components/progressBar/component and add unit tests.Important: Follow this work flow