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 401cdac634 - Show all commits

View File

@ -25,7 +25,7 @@
</td> </td>
<td class="notifications-item-content"> <td class="notifications-item-content">
{# TODO: @back-end add link to action target ID (so that link works as an anchor link) #} {# TODO: @back-end add link to action target ID (so that link works as an anchor link) #}
<a href="{{ notification.action.target.get_absolute_url }}"><span class="me-2">{{ notification.action.actor }} {{ notification.action.verb }} {{ notification.action.target }}</span><span class="notifications-item-dot"></span></a> <a href="{{ notification.get_absolute_url }}"><span class="me-2">{{ notification.action.actor }} {{ notification.action.verb }} {{ notification.action.target }}</span><span class="notifications-item-dot"></span></a>
</td> </td>
<td class="notifications-item-nav"> <td class="notifications-item-nav">
<div class="dropdown"> <div class="dropdown">