You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.innerHTML=backfillRow(bf)+'<div class="empty">No unknown faces in the queue.</div>';return}
@@ -167,6 +170,7 @@ <h1>FACEID</h1>
167
170
}
168
171
asyncfunctionrenderIgnored(){
169
172
constclusters=awaitj('api/ignored');
173
+
if(tab!=='ignored')return;
170
174
if(!clusters.length){main.innerHTML='<div class="empty">Nobody on the ignore list. Use "ignore" on an unknown cluster or "ignore person" on a person card — ignored people are never notified, matched or resurfaced.</div>';return}
171
175
consttotal=clusters.reduce((a,c)=>a+c.length,0);
172
176
main.innerHTML=`<div class="row"><span class="stat">${total} anchor face(s) in ${clusters.length} group(s) — never notified, never matched to a known person, never resurfaced.</span></div>`
main.innerHTML=backfillRow(bf)+'<div class="empty">No unknown faces in the queue.</div>';return}
@@ -167,6 +170,7 @@ <h1>FACEID</h1>
167
170
}
168
171
asyncfunctionrenderIgnored(){
169
172
constclusters=awaitj('api/ignored');
173
+
if(tab!=='ignored')return;
170
174
if(!clusters.length){main.innerHTML='<div class="empty">Nobody on the ignore list. Use "ignore" on an unknown cluster or "ignore person" on a person card — ignored people are never notified, matched or resurfaced.</div>';return}
171
175
consttotal=clusters.reduce((a,c)=>a+c.length,0);
172
176
main.innerHTML=`<div class="row"><span class="stat">${total} anchor face(s) in ${clusters.length} group(s) — never notified, never matched to a known person, never resurfaced.</span></div>`
0 commit comments