unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.82k stars 183 forks source link

Bug in all panel dark mode #734

Closed josueygp closed 1 month ago

josueygp commented 1 month ago

What version of Unfold are you using?

0.38.0

What version of Django are you using?

Django==5.1.1

What browser are you using?

Chrome Versión 128.0.6613.137

Did you checked changelog/commit history, if the bug is not already fixed?

Si

Did you searched other issues, if the bug is not already fixed?

No

Describe your issue

When installing Django Unfold, it generated this problem that the dark mode is too dark, hard to read

image image

The configuration I have in setting.py is minimal and I do not modify any color. image

lukasvinclav commented 1 month ago

How can I replicate the issue?

josueygp commented 1 month ago

The problem started when I re-downloaded all my dependencies with the latest versions, in this situation, Django==5.1.1, I could find, I had this version of django, it gave me this dark mode bug, I went back to django version 5.0.4 and I did not get this bug.

yswtrue commented 1 month ago

same here

django==5.0.7
django-crispy-forms==2.3  # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==2024.2  # https://github.com/django-crispy-forms/crispy-bootstrap5
django-colorfield==0.11.0
django-unfold==0.39.0
django-admin-sortable2==2.2.2
django-admin-confirm==1.0.0
django-import-export==4.1.1
lukasvinclav commented 1 month ago

I'm asking again same question but how can I replicate this bug? Plase try the Formula project locally to check if you are having the issue there. If you are not able to replicate bug in Formula then create a brand new repository with the minimal example which I will use for debugging.

yswtrue commented 1 month ago

after purge cdn cache work again

yswtrue commented 1 month ago

Maybe because I upgrade django-unfold version cause this problem

lukasvinclav commented 1 month ago

I recommend clearing CSS cache after each update.