ModellingWebLab / WebLab

Django-based front-end for the modelling Web Lab v2
Other
3 stars 2 forks source link

sort modelgroups in stories and CSS update to use multi-column for group toggles #424

Closed MauriceHendrix closed 2 years ago

MauriceHendrix commented 2 years ago

…oup toggles

codecov[bot] commented 2 years ago

Codecov Report

Merging #424 (3bb0de0) into master (208d292) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
+ Coverage   95.64%   95.67%   +0.02%     
==========================================
  Files          75       76       +1     
  Lines        4388     4415      +27     
  Branches      471      470       -1     
==========================================
+ Hits         4197     4224      +27     
  Misses        141      141              
  Partials       50       50              
Impacted Files Coverage Δ
weblab/conftest.py 97.81% <ø> (ø)
weblab/core/recipes.py 100.00% <ø> (ø)
weblab/experiments/processing.py 94.26% <ø> (ø)
weblab/experiments/urls.py 100.00% <ø> (ø)
weblab/stories/apps.py 45.45% <ø> (ø)
weblab/stories/urls.py 100.00% <ø> (ø)
weblab/accounts/views.py 71.05% <100.00%> (-0.75%) :arrow_down:
weblab/datasets/views.py 94.01% <100.00%> (ø)
weblab/entities/admin.py 100.00% <100.00%> (ø)
weblab/entities/apps.py 100.00% <100.00%> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06055a7...3bb0de0. Read the comment docs.

MichaelClerx commented 2 years ago

What are these .save files? Should they be added to gitignore?

MichaelClerx commented 2 years ago

Is this the first customisation to displayPFlotPFlot ? Is there some note somewhere warning future developers not to overwrite it with a newer (uncustomised) version?