add: reposts/quotes pages
add: repost notification
This commit is contained in:
parent
41250ef7ed
commit
276f25a496
17 changed files with 601 additions and 50 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue