feat: implement newsletter browser UI and enhance link filtering functionality

This commit is contained in:
Keith Solomon
2026-05-17 16:56:26 -05:00
parent f4ff04f92b
commit 96f347fd1b
5 changed files with 668 additions and 29 deletions
+4 -1
View File
@@ -99,7 +99,10 @@ Start the local read-only web app with:
nlc serve --host 127.0.0.1 --port 3000
```
The first web UI is intentionally functional: dashboard, links, sponsored links, dead links, and runs.
The web UI is intentionally functional and read-only. It includes dashboard totals, a two-pane
newsletter browser, all links, sponsored links, dead links, and run history. The newsletter browser
opens on the most recent issue to keep the default view focused; switch to **All Issues** when you
want the full link history for the selected newsletter.
## Build and Distribution