From a6735c41ab8e62475065f83924f31408f6911757 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Sun, 28 Jan 2024 15:48:42 +0100 Subject: [PATCH 1/3] Implemented Hit/Miss to title of streak indicators --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7f5c8b5..e594d90 100644 --- a/index.html +++ b/index.html @@ -332,18 +332,21 @@ const adjustedDate = new Date((new Date()).getTime() - offset * 24 * 60 * 60 * 1000); const formattedDate = adjustedDate.toISOString().split('T')[0]; + let titleSuffix = "" if (streakData.length > 0) { if (streakData.includes(formattedDate)) { classes.push("bi-circle-fill"); + titleSuffix = " | Hit"; } else if (offset == 0) { classes.push("bi-circle-half"); } else { classes.push("bi-circle"); + titleSuffix = " | Miss"; } } document.getElementById("day-" + offset).classList = classes.join(" "); - document.getElementById("day-" + offset).title = formattedDate; + document.getElementById("day-" + offset).title = formattedDate + titleSuffix; } } From c4116184e06ff20e5f2a0bcb0c9dc8dd8777d218 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Mon, 29 Jan 2024 15:09:07 +0100 Subject: [PATCH 2/3] Added my prefered literature --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index e594d90..c472fc0 100644 --- a/index.html +++ b/index.html @@ -168,6 +168,8 @@ My archived Instagram

+ My prefered literature +
My prefered entertainment
My prefered navigation From ce5944c964cb520a7e8d22e28dca476a55ac2738 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Mon, 29 Jan 2024 16:22:43 +0100 Subject: [PATCH 3/3] Added my letterboxd page --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index c472fc0..34260c0 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,8 @@
My archived Instagram
+ Movies I watched +

My prefered literature