Implement Web Assets' theme system and selection, and add 'light' theme #118

Merged
Márton Lente merged 97 commits from martonlente/extensions-website:ui/theme-light into main 2024-05-08 14:20:07 +02:00
Showing only changes of commit e31955d146 - Show all commits

View File

@ -11,6 +11,7 @@
<div class="notifications"> <div class="notifications">
{% if user|unread_notification_count %} {% if user|unread_notification_count %}
<form action="{% url 'notifications:notifications-mark-read-all' %}" method="post"> <form action="{% url 'notifications:notifications-mark-read-all' %}" method="post">
{% csrf_token %}
<button class="btn mb-3" type="submit"><i class="i-eye"></i> {% trans 'Mark all as read' %}</button> <button class="btn mb-3" type="submit"><i class="i-eye"></i> {% trans 'Mark all as read' %}</button>
</form> </form>
{% endif %} {% endif %}