Putting HTML for the admin in model definitions is a bit too coupled.

I think you may be able to add icons already by overriding the admin
template - can you try playing around with that?

On Mon, Feb 6, 2023 at 12:07 AM Yeonggwang Yang <immutable...@gmail.com>
wrote:

> that sounds good with me
>
> 2023년 2월 5일 일요일 오전 9시 36분 17초 UTC+9에 Marty님이 작성:
>
>> Hi all,
>>
>> Recently, it's trend to use icons or emoji before menu items and I like
>> this idea because  IMHO people orient better and more quickly when they see
>> picture.
>>
>> What about to add this feature to native django? I thought the easiest
>> way would be to add new Meta option to Model. The default Meta icon would
>> be empty string so everything would work like now. If I want to make menu
>> more readable, I just add emoji (🔨) or html (Awesome font - *<i
>> class="fa-solid fa-hammer"></i>* , Bootstrap icon - *<i class="bi
>> bi-hammer"></i>*, etc.) to Meta icon.
>>
>> Code example:
>>
>> *Model:*
>> class Hammer(models.Model):
>>     ...
>>
>>     Meta:
>>         icon = '<i class="fa-solid fa-hammer"></i>'
>>
>> *app_list.html template:*
>> ...
>> <th scope="row">{{model.icon}} {{model.name}}</th>
>> ...
>>
>> Final result:
>> [image: admin navbar.png]
>>
>> Maybe own icon could have even the parent app (AppConfig). And the model
>> icon could be in breadcrumbs.
>>
>> What do you think about this idea? 🙂
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/6c859cc5-ea41-4695-9fcf-5cd435310364n%40googlegroups.com
> <https://groups.google.com/d/msgid/django-developers/6c859cc5-ea41-4695-9fcf-5cd435310364n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM1L4rmQ3qomxOqD%2BmugXcsmx7NrOPAh8a53wR9G5q%3D3Gw%40mail.gmail.com.
  • Mod... Marty
    • ... Yeonggwang Yang
      • ... 'Adam Johnson' via Django developers (Contributions to Django itself)
        • ... Arthur Pemberton
          • ... Marty
            • ... Mark Niehues
              • ... Jacob Rief
                • ... Marty
                • ... Brice Parent
                • ... Jacob Rief
                • ... Bogdan Barna
                • ... Thibaud Colas

Reply via email to