Post Web Assets v2 upgrade UI fixes and improvements #114

Merged
Márton Lente merged 35 commits from martonlente/extensions-website:ui/issue105 into main 2024-05-07 16:33:28 +02:00
Showing only changes of commit 8859fb4af3 - Show all commits

View File

@ -23,6 +23,7 @@
{{ notification.action.timestamp | naturaltime_compact }} {{ notification.action.timestamp | naturaltime_compact }}
</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) #}
<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.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>
</td> </td>
<td class="notifications-item-nav"> <td class="notifications-item-nav">