You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as described in #586 (comment) , where it probably has zero reach by now.
The v6 icons in the side-bar/menu act really weird in my case. - the icons are applied correctly to users and groups, but fail to display on all other model admin items.
My settings.py:
single_uniform_icon = "fab fa-microsoft"
# Jazzmin Settings
JAZZMIN_SETTINGS = {
"dark_mode_theme": "darkly", # Ensure dark mode theme is set
"default_icon_children": single_uniform_icon,
"default_icon_parent": single_uniform_icon,
"icons": {
# "auth": "fas fa-users-cog",
"auth.user": single_uniform_icon, # default was "fas fa-user" and "fas fa-users", gets back if this gets removed..
"auth.Group": single_uniform_icon,
},
#...
```
The text was updated successfully, but these errors were encountered:
Uhh, this seems have been a glitch with live-reloading of runserver, but what is related and unpleasant is that when an icon is not applicable( misspelled, or one from FA6.6 like gear), there seems to be no warning nor error displayed in the console.
Should we implement handling of such situations better or is it just me not having logging set up correctly?
as described in #586 (comment) , where it probably has zero reach by now.
The v6 icons in the side-bar/menu act really weird in my case.
- the icons are applied correctly to users and groups, but fail to display on all other model admin items.
My
settings.py
:The text was updated successfully, but these errors were encountered: