From 721408e21e8a5912093610c94922fe198b89ba0d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 31 Dec 2023 13:59:28 -0800 Subject: [PATCH 1/6] fix: layout consistency --- src/assets/styles/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 8681b0f3..22529e16 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -253,7 +253,7 @@ article { .now__topper h2 { font-size: var(--font-size-xl); line-height: 0; - margin-top: 1rem; + margin-top: 0; margin-bottom: 1rem; } @@ -704,6 +704,10 @@ ol li { width: 1.25rem; } +.now__section--header:first-of-type { + margin-top: 0; +} + .now__section--header, article .now__section--header { margin-bottom: 1rem; From 1cc136b278aef84040dd33c5bb58f6af6c08e000 Mon Sep 17 00:00:00 2001 From: cdransf Date: Sun, 31 Dec 2023 22:02:52 +0000 Subject: [PATCH 2/6] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index fcd8d136..61d2202b 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1704052982694 + "timestamp": 1704060171797 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 6a7711a2..1f0bf61a 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -8394,7 +8394,10 @@ "url": "https://trakt.tv/movies/dawn-of-the-dead-2004", "content_text": "🎥: Dawn of the Dead #Movies #Watching #Trakt https://trakt.tv/movies/dawn-of-the-dead-2004", "date_published": "Sun, 31 Dec 2023 17:53:04 +0000", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/111677287412529122" + ], + "lastTootTimestamp": 1704060171793 }, "https://multiline.co/mment/2023/12/building-robots-txt/": { "id": "aHR0cHM6Ly9tdWx0aWxpbmUuY28vbW1lbnQvMjAyMy8xMi9idWlsZGluZy1yb2JvdHMtdHh0Lw==", @@ -8406,5 +8409,21 @@ "https://social.lol/users/cory/statuses/111676816268618808" ], "lastTootTimestamp": 1704052982690 + }, + "https://trakt.tv/movies/toy-story-2-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdG95LXN0b3J5LTItMTk5OQ==", + "title": "🎥: Toy Story 2", + "url": "https://trakt.tv/movies/toy-story-2-1999", + "content_text": "🎥: Toy Story 2 #Movies #Watching #Trakt https://trakt.tv/movies/toy-story-2-1999", + "date_published": "Sun, 31 Dec 2023 21:48:53 +0000", + "toots": [] + }, + "https://github.com/readme/featured/aol-programming-culture": { + "id": "aHR0cHM6Ly9naXRodWIuY29tL3JlYWRtZS9mZWF0dXJlZC9hb2wtcHJvZ3JhbW1pbmctY3VsdHVyZQ==", + "title": "🔗: What hacking AOL taught a generation of programmers", + "url": "https://github.com/readme/featured/aol-programming-culture", + "content_text": "🔗: What hacking AOL taught a generation of programmers #Tech https://github.com/readme/featured/aol-programming-culture", + "date_published": "Tue, 26 Dec 2023 02:46:37 +0000", + "toots": [] } } \ No newline at end of file From 64a115f5a8578a08fda7f2df571ba3005d5713bf Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 31 Dec 2023 15:00:22 -0800 Subject: [PATCH 3/6] chore: now page layout --- src/assets/styles/index.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 22529e16..6e3da6c5 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -704,15 +704,16 @@ ol li { width: 1.25rem; } -.now__section--header:first-of-type { - margin-top: 0; -} - .now__section--header, article .now__section--header { + margin-top: 2rem; margin-bottom: 1rem; } +.now__section--header:first-of-type { + margin-top: 0; +} + .now__explainer { font-size: var(--font-size-xs); line-height: var(--line-height-xs); From 2d75dc09a8b833ef6f1ae74357868c62422d1487 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 31 Dec 2023 15:21:14 -0800 Subject: [PATCH 4/6] chore: now page layout --- src/assets/styles/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 6e3da6c5..943f6661 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -252,7 +252,6 @@ article { .now__topper h2 { font-size: var(--font-size-xl); - line-height: 0; margin-top: 0; margin-bottom: 1rem; } From 4f0b10b6ecfb6ce8fe618a5b05e067639c9b2aee Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 1 Jan 2024 00:12:36 +0000 Subject: [PATCH 5/6] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 61d2202b..cff34427 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1704060171797 + "timestamp": 1704067956258 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 1f0bf61a..8b329db7 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -8424,6 +8424,9 @@ "url": "https://github.com/readme/featured/aol-programming-culture", "content_text": "🔗: What hacking AOL taught a generation of programmers #Tech https://github.com/readme/featured/aol-programming-culture", "date_published": "Tue, 26 Dec 2023 02:46:37 +0000", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/111677797576480360" + ], + "lastTootTimestamp": 1704067956251 } } \ No newline at end of file From 389ed030aff9537ff4ac223ab22c41a2bfbee2ea Mon Sep 17 00:00:00 2001 From: cdransf Date: Mon, 1 Jan 2024 02:15:54 +0000 Subject: [PATCH 6/6] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index cff34427..c1589e34 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1704067956258 + "timestamp": 1704075353939 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 8b329db7..76484f01 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -8416,7 +8416,10 @@ "url": "https://trakt.tv/movies/toy-story-2-1999", "content_text": "🎥: Toy Story 2 #Movies #Watching #Trakt https://trakt.tv/movies/toy-story-2-1999", "date_published": "Sun, 31 Dec 2023 21:48:53 +0000", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/111678282392054127" + ], + "lastTootTimestamp": 1704075353934 }, "https://github.com/readme/featured/aol-programming-culture": { "id": "aHR0cHM6Ly9naXRodWIuY29tL3JlYWRtZS9mZWF0dXJlZC9hb2wtcHJvZ3JhbW1pbmctY3VsdHVyZQ==", @@ -8428,5 +8431,13 @@ "https://social.lol/users/cory/statuses/111677797576480360" ], "lastTootTimestamp": 1704067956251 + }, + "https://trakt.tv/movies/blade-trinity-2004": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYmxhZGUtdHJpbml0eS0yMDA0", + "title": "🎥: Blade: Trinity", + "url": "https://trakt.tv/movies/blade-trinity-2004", + "content_text": "🎥: Blade: Trinity #Movies #Watching #Trakt https://trakt.tv/movies/blade-trinity-2004", + "date_published": "Sun, 31 Dec 2023 23:22:33 +0000", + "toots": [] } } \ No newline at end of file