summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-24 17:11:04 -0700
committerAndrew Godwin2022-11-24 17:11:04 -0700
commit786d6190f856fddb32157764717f871c6f8cb3fa (patch)
tree3e7569aba3c09fb58837158755679b0ee04d02b8 /templates
parent3a608c2012b610a8f9b7e5179dcb93ab2e767251 (diff)
downloadtakahe-786d6190f856fddb32157764717f871c6f8cb3fa.tar.gz
takahe-786d6190f856fddb32157764717f871c6f8cb3fa.tar.bz2
takahe-786d6190f856fddb32157764717f871c6f8cb3fa.zip
Delete mechanics and refactor of post fanout
Diffstat (limited to 'templates')
-rw-r--r--templates/activities/_post.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/activities/_post.html b/templates/activities/_post.html
index dbdc99a..e109e9c 100644
--- a/templates/activities/_post.html
+++ b/templates/activities/_post.html
@@ -30,6 +30,14 @@
{% include "activities/_reply.html" %}
{% include "activities/_like.html" %}
{% include "activities/_boost.html" %}
+ <a title="Menu" class="menu" _="on click toggle .enabled on the next <menu/>">
+ <i class="fa-solid fa-caret-down"></i>
+ </a>
+ <menu>
+ <a>
+ <i class="fa-solid fa-trash"></i> Delete
+ </a>
+ </menu>
</div>
{% endif %}