Add contacts features: tags, history, CSV import/export, merge, last-contacted; fix CalendarPage unused var; v1.1.23

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-07-28 17:00:21 -04:00
parent 5e43c41b2b
commit e2c560a1ab
6 changed files with 902 additions and 282 deletions
+1 -2
View File
@@ -657,8 +657,7 @@ function CalendarClient() {
// ── Render chip ──
function renderEpChip(ep: PodcastChecklistEpisode, dk: string) {
const isScheduled = ep.datePublished === dk
function renderEpChip(ep: PodcastChecklistEpisode, _dk: string) {
return (
<button
key={ep.id}