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
<button class="act" title="assign every face whose best gallery match clears the recognition threshold" onclick="autoAssign()">APPLY SUGGESTIONS ≥50%</button>
149
179
<span class="stat">assigns every face whose best gallery match clears the recognition threshold</span>
<select id="ssel${gi}" title="assign to a different person instead">${personOptions(g.slug)}</select>
192
+
<button class="act" title="assign all faces in this group" onclick="assignSuggestion(${gi})">ASSIGN ALL</button>
193
+
<button class="ghost" style="color:var(--warn);border-color:var(--warn)" title="never notify, match or resurface these faces" onclick="ignoreSuggestion(${gi})">ignore</button>
${c[0].guess?`<span class="guess">looks like ${esc(c[0].guess)} (${(c[0].guess_score*100|0)}%)</span>`:''}
156
214
<span style="flex:1"></span>
157
-
<select id="sel${i}" title="assign to an existing person"><option value="">— pick person —</option>${personOptions()}</select>
215
+
<select id="sel${i}" title="assign to an existing person"><option value="">— pick person —</option>${personOptions(gslug)}</select>
158
216
<input id="new${i}" placeholder="…or new name" size="14" title="or create a new person with this name">
159
217
<button class="act" title="assign selected tiles (or the whole cluster) to the chosen person" onclick="assignCluster(${i})">ASSIGN</button>
160
218
<button class="ghost" style="color:var(--warn);border-color:var(--warn)" onclick="ignoreCluster(${i})" title="never notify, match or resurface these faces">ignore</button>
<button class="act" title="assign every face whose best gallery match clears the recognition threshold" onclick="autoAssign()">APPLY SUGGESTIONS ≥50%</button>
149
179
<span class="stat">assigns every face whose best gallery match clears the recognition threshold</span>
<select id="ssel${gi}" title="assign to a different person instead">${personOptions(g.slug)}</select>
192
+
<button class="act" title="assign all faces in this group" onclick="assignSuggestion(${gi})">ASSIGN ALL</button>
193
+
<button class="ghost" style="color:var(--warn);border-color:var(--warn)" title="never notify, match or resurface these faces" onclick="ignoreSuggestion(${gi})">ignore</button>
${c[0].guess?`<span class="guess">looks like ${esc(c[0].guess)} (${(c[0].guess_score*100|0)}%)</span>`:''}
156
214
<span style="flex:1"></span>
157
-
<select id="sel${i}" title="assign to an existing person"><option value="">— pick person —</option>${personOptions()}</select>
215
+
<select id="sel${i}" title="assign to an existing person"><option value="">— pick person —</option>${personOptions(gslug)}</select>
158
216
<input id="new${i}" placeholder="…or new name" size="14" title="or create a new person with this name">
159
217
<button class="act" title="assign selected tiles (or the whole cluster) to the chosen person" onclick="assignCluster(${i})">ASSIGN</button>
160
218
<button class="ghost" style="color:var(--warn);border-color:var(--warn)" onclick="ignoreCluster(${i})" title="never notify, match or resurface these faces">ignore</button>
0 commit comments