Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some FA icons do not show up in the sidebar menu #600

Open
Huge opened this issue Sep 13, 2024 · 1 comment
Open

Some FA icons do not show up in the sidebar menu #600

Huge opened this issue Sep 13, 2024 · 1 comment

Comments

@Huge
Copy link

Huge commented Sep 13, 2024

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.
image - 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,
    },
      #...
    ```
@Huge
Copy link
Author

Huge commented Sep 16, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant