slack status without the slack status.zzstoatzz.io
hatk statusphere
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add delete button to current status

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 89afaf40 22a8262f

+7
+7
site/app.js
··· 1065 1065 if (statuses.length > 0) { 1066 1066 const current = statuses[0]; 1067 1067 const expiresHtml = current.expires ? ` • ${formatExpiration(current.expires)}` : ''; 1068 + const currentRkey = current.uri.split('/').pop(); 1068 1069 currentHtml = ` 1069 1070 <span class="big-emoji">${renderEmoji(current.emoji)}</span> 1070 1071 <div class="status-info"> ··· 1082 1083 <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> 1083 1084 <polyline points="16 18 22 12 16 6"></polyline> 1084 1085 <polyline points="8 6 2 12 8 18"></polyline> 1086 + </svg> 1087 + </button> 1088 + <button class="delete-btn" data-rkey="${escapeHtml(currentRkey)}" title="delete"> 1089 + <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> 1090 + <line x1="18" y1="6" x2="6" y2="18"></line> 1091 + <line x1="6" y1="6" x2="18" y2="18"></line> 1085 1092 </svg> 1086 1093 </button> 1087 1094 </div>