diff options
| author | Jakob L. Kreuze | 2023-08-27 19:16:18 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze | 2023-08-27 19:18:32 -0400 |
| commit | 67efc0047a195d790ec2b493eb1d225183582be4 (patch) | |
| tree | 1e506698dff2cdd32f18d655860bb7b06c4a0736 /org | |
| parent | c0b1efb4fec8e677d2e00a949dcf834f94243f6e (diff) | |
[comments] Fix but with "react" button
Previously, clicking the button multiple times would create multiple selector
widgets. Now, it functions as a visibility toggle.
Diffstat (limited to 'org')
| -rw-r--r-- | org/pages/changelog.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org/pages/changelog.org b/org/pages/changelog.org index 6c0ea48..d109eb8 100644 --- a/org/pages/changelog.org +++ b/org/pages/changelog.org @@ -2,6 +2,10 @@ A record of any notable user-facing changes made to this website. For more detail, refer to the log of the [[https://git.sr.ht/~jakob/blog][Git repository]]. +** Sunday, August 27, 2023 + +- Fixed bug with comment reaction system where pressing the "react" button multiple times would lead to multiple selector widgets being created. + ** Saturday, August 12, 2023 - Added cheesy rhymes to the user-facing status code pages. |