add: store avatars and banners in uploads

This commit is contained in:
trisua 2025-08-23 15:36:26 -04:00
parent 1e50ace8b2
commit dbed2b2457
36 changed files with 211 additions and 363 deletions

View file

@ -64,7 +64,7 @@
("class" "card small flex items_center gap_2")
(a
("href" "/api/v1/auth/user/find/{{ request.id }}")
(text "{{ components::avatar(username=request.id, selector_type=\"id\") }}"))
(text "{{ components::avatar(id=request.id) }}"))
(span
(text "{{ text \"requests:label.user_follow_request\" }}")))
(div