add: allow mods to remove associations

This commit is contained in:
trisua 2025-08-10 22:26:13 -04:00
parent bcee3f7763
commit ba319130d2
4 changed files with 64 additions and 12 deletions

View file

@ -1350,9 +1350,9 @@
(text "Listening to "))
(text "{{ other_user.connections.Spotify[1].data.artist }}")))
(text "{%- endif %} {%- endmacro %} {% macro user_plate(user, show_menu=false, show_kick=false, secondary=false) -%}")
(text "{%- endif %} {%- endmacro %} {% macro user_plate(user, show_menu=false, show_kick=false, secondary=false, full=false) -%}")
(div
("class" "flex gap_2 items_center card tiny user_plate {% if secondary -%}secondary{%- endif %}")
("class" "flex gap_2 items_center card tiny user_plate {% if secondary -%}secondary{%- endif %} {% if full -%} w_full {%- endif %}")
(a
("href" "/@{{ user.username }}")
(text "{{ self::avatar(username=user.username, size=\"42px\", selector_type=\"username\") }}"))