From effcafcb7d2010c4d182b296ff2cf5b55cc91cf5 Mon Sep 17 00:00:00 2001
From: Adam Mathes
Date: Mon, 20 Nov 2017 10:21:05 -0700
Subject: wip img
---
static/style.css | 4 ++++
static/ui.html | 14 +++++++++-----
static/ui.js | 10 ++++++++++
3 files changed, 23 insertions(+), 5 deletions(-)
(limited to 'static')
diff --git a/static/style.css b/static/style.css
index 488a602..1006a85 100644
--- a/static/style.css
+++ b/static/style.css
@@ -158,6 +158,10 @@ pre {
color: black;
}
+.full {
+ cursor: pointer;
+}
+
.star {
color: black;
cursor: pointer;
diff --git a/static/ui.html b/static/ui.html
index b977dad..4f7e297 100644
--- a/static/ui.html
+++ b/static/ui.html
@@ -37,14 +37,18 @@
★
${ item.publish_date } from ${item.feed_title}
-
- {{html item.description}}
+
- full content
+ {{if item.header_image}}
+ {{/if}}
+ {{html item.description}}
+
⫸
+
+ {{if item.full}}
{{html item.full_content}}
-
-
+ {{/if}}
+