add: reposts/quotes pages

add: repost notification
This commit is contained in:
trisua 2025-04-23 16:46:13 -04:00
parent 41250ef7ed
commit 276f25a496
17 changed files with 601 additions and 50 deletions

View file

@ -79,6 +79,7 @@ secondary=false) -%}
{% endif %}
</button>
{% if not user or not user.settings.hide_dislikes %}
<button
title="Dislike"
class="{% if secondary %}quaternary{% else %}camo{% endif %} small"
@ -89,8 +90,8 @@ secondary=false) -%}
<span>{{ dislikes }}</span>
{% endif %}
</button>
{%- endmacro %} {% macro full_username(user) -%}
<div class="flex">
{% endif %} {%- endmacro %} {% macro full_username(user) -%}
<div class="flex items-center">
<a href="/@{{ user.username }}" class="flush" style="font-weight: 600">
{{ components::username(user=user) }}
</a>