diff --git a/package.json b/package.json index c0392e0..12fb659 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "express": "^4.21.0", "express-basic-auth": "^1.2.1", "multer": "^1.4.5-lts.1", - "nanoid": "^3.3.7" + "nanoid": "^3.3.7", + "nodemailer": "^6.9.15" } } diff --git a/public/admin/index.html b/public/admin/index.html index 29e9f52..f81606e 100644 --- a/public/admin/index.html +++ b/public/admin/index.html @@ -157,6 +157,9 @@ .pill.lock { color: var(--warn); border-color: color-mix(in srgb, var(--warn) 50%, transparent); background: color-mix(in srgb, var(--warn) 10%, transparent); } .pill.count { background: var(--bg-raise); color: var(--text-muted); } + .pill.archived { color: var(--text-dim); border-color: var(--border-strong); + background: color-mix(in srgb, var(--text-dim) 10%, transparent); } + tr.archived td:not(.cell-actions) { opacity: .55; } .small { font-size: .8rem; color: var(--text-muted); } .muted { color: var(--text-muted); } @@ -267,6 +270,7 @@