From 76425caf655db5ccc956c146f94d41ba49ea5e18 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Wed, 8 Jul 2026 16:39:15 -0400 Subject: [PATCH] make RSS feed link smaller and more subtle Replace the full neobrutalism card with a compact inline row. The URL is now clickable to copy, with a brief Copied! confirmation. --- AGENTS.md | 14 +++++++++++--- static/dashboard.css | 6 +++++- template/dashboard.html | 20 ++++++++------------ 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1a5b7b4..10a4087 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,7 +17,15 @@ This runs: Fix every error and warning before proceeding to commit. If `gofmt` reports unformatted files, run `gofmt -w .` and re-check. -## Commit Messages +## Committing and Pushing -Use concise, descriptive commit messages in imperative mood. Keep the first line -under 72 characters. +After changes appear to be working, commit and push them. Only stage +intended files — never commit binaries, databases, secrets, or other +generated artifacts. Use concise, descriptive commit messages in +imperative mood. Keep the first line under 72 characters. + +```sh +git add +git commit -m "description of changes" +git push +``` diff --git a/static/dashboard.css b/static/dashboard.css index 3f99f26..62e4a38 100644 --- a/static/dashboard.css +++ b/static/dashboard.css @@ -15,6 +15,10 @@ body { max-width: 960px; margin: 0 auto; padding: 2rem 1rem; } .form-flex-slug { flex: 1; min-width: 160px; } .podcast-img-preview { margin-top: 1rem; } .podcast-img-preview img { max-width: 150px; max-height: 150px; border: 2px solid #000; } -.rss-card { margin-bottom: 1.5rem; } +.rss-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem; font-size: 0.85rem; } +.rss-row code { font-size: 0.85rem; cursor: pointer; } +.rss-row code:hover { text-decoration: underline; } +.rss-label { color: #666; font-weight: 600; white-space: nowrap; } +.rss-copied { color: #2e7d32; font-size: 0.75rem; font-weight: 600; } .new-ep-row { margin-bottom: 1.5rem; } .ep-thumb { max-width: 48px; max-height: 48px; border: 1px solid #000; } diff --git a/template/dashboard.html b/template/dashboard.html index 35b4bd9..af700c9 100644 --- a/template/dashboard.html +++ b/template/dashboard.html @@ -62,15 +62,11 @@ {{end}} -
-
-

RSS Feed

-

- - - -

-
+
+ RSS Feed + + +