django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 575 forks source link

recompile sass #1307

Closed jrief closed 1 year ago

jrief commented 1 year ago

Description

Apparently someone (myself?) forgot to recompile the SCSS files after changing them. This has the unnice effect that some widgets are visually broken.

Screenshot 2022-08-08 at 10 08 20

After running gulp sass they look nice again:

Screenshot 2022-08-08 at 10 09 06

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #1307 (cdc57ce) into master (fd60809) will increase coverage by 11.45%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master    #1307       +/-   ##
===========================================
+ Coverage   60.75%   72.21%   +11.45%     
===========================================
  Files          72       72               
  Lines        3239     3239               
  Branches      563      563               
===========================================
+ Hits         1968     2339      +371     
+ Misses       1117      734      -383     
- Partials      154      166       +12     
Impacted Files Coverage Δ
filer/admin/tools.py 76.81% <0.00%> (+1.44%) :arrow_up:
filer/admin/forms.py 68.29% <0.00%> (+2.43%) :arrow_up:
filer/models/filemodels.py 86.54% <0.00%> (+3.58%) :arrow_up:
filer/templatetags/filer_tags.py 41.50% <0.00%> (+5.66%) :arrow_up:
filer/templatetags/filer_admin_tags.py 86.56% <0.00%> (+5.97%) :arrow_up:
filer/models/abstract.py 81.51% <0.00%> (+7.56%) :arrow_up:
filer/utils/filer_easy_thumbnails.py 84.48% <0.00%> (+8.62%) :arrow_up:
filer/models/virtualitems.py 94.36% <0.00%> (+9.85%) :arrow_up:
filer/admin/patched/admin_utils.py 88.09% <0.00%> (+10.71%) :arrow_up:
filer/utils/loader.py 80.00% <0.00%> (+13.33%) :arrow_up:
... and 15 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.