From c4086a1643d98811aa21417d50c411cd20d9da9f Mon Sep 17 00:00:00 2001 From: xangelo Date: Wed, 6 Apr 2022 13:03:58 -0400 Subject: [PATCH] v2.0-2 This brings to conclusion the initial functionality of the RSS reader portion of this project. It supports the following functionality: - Add new RSS feeds by URL - Tracking read/unread counts - Marking all unread items as read - Delete a feed --- html/index.html | 14 +++++-------- html/style.css | 39 ++++++++++++++++++++++++++--------- src/server.ts | 55 +++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 83 insertions(+), 25 deletions(-) diff --git a/html/index.html b/html/index.html index 62d2d88..47d890f 100644 --- a/html/index.html +++ b/html/index.html @@ -5,27 +5,23 @@ +

Feed List

+
- +
-
-
-
-
-
TitlePublish Date
-
-
+
- A project by xangelo that is still in active development + A project by xangelo that is still in active development (2022)