Commit graph

6 commits

Author SHA1 Message Date
JP Hastings-Spital
3b7353b1f0 Fix clap counter
Because of a missing variable, and combining numbers as strings instead of integers, the number of claps was displaying extremely incorrectly! This is now fixed.
2025-01-28 16:00:53 +00:00
JP Hastings-Spital
6f2ca586a7 Add partial caching for speed bump 2024-10-11 10:17:16 +01:00
JP Hastings-Spital
aa3c92b9db Adding interactions to clap count
This means that people appreciating my posts on other platforms get a single clap per interaction type (eg. comment or star or repost etc.)
2024-06-20 14:25:09 +01:00
JP Hastings-Spital
9f7d009abb Update claps on page load 2024-04-07 11:28:45 +01:00
JP Hastings-Spital
4501a1e41d Improve clap counter & write up post 2024-04-07 10:46:19 +01:00
JP Hastings-Spital
38751361ff Adds claps & hearts
I've created a simple mechanism to offer me instant feedback that you liked a post. A clap 👏 or a heart ❤️ appear at the bottom of every post, which uses val.town to keep track of current claps.

I'm proud that it works well in both Javascript and non-Javascript worlds!
2024-04-06 23:25:14 +01:00