If loading the session page skips showing the progress box component, this happens.
This is because the /Users/leafty/projects/github.com/sdsc/renku-ui/client/src/components/progress/Progress.css CSS file is not loaded.
Fix: refactor CSS and remove Progress.css and replace with a SCSS module, loaded when used.
If loading the session page skips showing the progress box component, this happens.
This is because the
/Users/leafty/projects/github.com/sdsc/renku-ui/client/src/components/progress/Progress.cssCSS file is not loaded.Fix: refactor CSS and remove
Progress.cssand replace with a SCSS module, loaded when used.