From ae32dd74c58a4ce0306cb44a17258a9d41f258c2 Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Wed, 12 Sep 2018 23:20:21 -0700 Subject: [PATCH] Reduced left panel menu to only the active elements Signed-off-by: James Ketrenos --- frontend/src/ketr-photos/ketr-photos.html | 27 +++++++++++------------ 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/frontend/src/ketr-photos/ketr-photos.html b/frontend/src/ketr-photos/ketr-photos.html index ac673a1..72ef89c 100755 --- a/frontend/src/ketr-photos/ketr-photos.html +++ b/frontend/src/ketr-photos/ketr-photos.html @@ -6,7 +6,6 @@ - @@ -111,11 +110,6 @@ text-decoration: underline; } - app-toolbar { - background-color: rgba(64, 0, 64, 0.5); - color: white; - } - #yearSlider { margin-top: 0.5em; position: fixed; @@ -251,13 +245,17 @@ + + + +
time
+
Photos taken on [[memoryDate]], regardless of year.
+
+
@@ -326,7 +324,7 @@ }, date: { type: String, - value: new Date().toISOString().replace(/T.*/, "") + value: window.moment().format("YYYY-MM-DD") } }, @@ -356,6 +354,7 @@ this.next = false; this.limit = undefined; this._loadPhotos(); + this.memoryDate = window.moment(this.date).format("MMMM Do"); }, modeChanged: function(mode) {