aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/conv_list.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-19 11:24:42 +0000
committerMario <mario@mariovavti.com>2022-01-19 11:24:42 +0000
commitd98d56c3b5481e12dc53136c06b6c9c069d40d98 (patch)
treea7dc56dbd8f82b194c3a15627596b42cd00e4670 /view/tpl/conv_list.tpl
parent5f21edcc53182cc04176657318a7b2933e7a71aa (diff)
downloadvolse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.tar.gz
volse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.tar.bz2
volse-hubzilla-d98d56c3b5481e12dc53136c06b6c9c069d40d98.zip
provide a spinner for edit connection action in threads
Diffstat (limited to 'view/tpl/conv_list.tpl')
-rw-r--r--view/tpl/conv_list.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/conv_list.tpl b/view/tpl/conv_list.tpl
index 0463afdcb..30c9e980d 100644
--- a/view/tpl/conv_list.tpl
+++ b/view/tpl/conv_list.tpl
@@ -29,6 +29,9 @@
<div class="p-2 clearfix wall-item-head{{if !$item.title && !$item.event && !$item.photo}} rounded-top{{/if}}{{if $item.is_new && !$item.event && !$item.is_comment}} wall-item-head-new{{/if}}">
<div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}">
+ {{if $item.contact_id}}
+ <div id="contact-edit-rotator-{{$item.contact_id}}" class="spinner-wrapper contact-edit-rotator"><div class="spinner s"></div></div>
+ {{/if}}
<img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-bs-toggle="dropdown" loading="lazy" /></a>
{{if $item.author_is_group_actor}}
<i class="fa fa-comments-o wall-item-photo-group-actor" title="{{$item.author_is_group_actor}}"></i>