all repos — honk @ 1089b58adb19709aa52311fa118e5d77897f75e2

my fork of honk

just badonk is shorter
Ted Unangst tedu@tedunangst.com
Fri, 07 Feb 2020 12:01:30 -0500
commit

1089b58adb19709aa52311fa118e5d77897f75e2

parent

821a5dfccb9c15a662b42cb10a2a7c173dcc4355

3 files changed, 4 insertions(+), 4 deletions(-)

jump to
M docs/changelog.txtdocs/changelog.txt

@@ -4,7 +4,7 @@ === next

--- Add Reactions. -+++ Rename reactions to badonkadonks. ++++ Rename react to badonk + Quick fix to hide all images.
M docs/honk.1docs/honk.1

@@ -126,7 +126,7 @@ Sometimes a thread goes on entirely too long.

Untag will hide further replies to the selected post, but without muting the entire thread. Replies higher in the tree are still received. -.It Ic badonkadonk +.It Ic badonk Please no. .It Ic edit Change it up.
M views/honk.htmlviews/honk.html

@@ -122,9 +122,9 @@ <button onclick="return flogit(this, 'untag', '{{ .Honk.XID }}');">untag me</button>

{{ end }} <button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button> {{ if .Honk.IsReacted }} -<button disabled>badonkadonked</button> +<button disabled>badonked</button> {{ else }} -<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonkadonk</button> +<button onclick="return flogit(this, 'react', '{{ .Honk.XID }}');">badonk</button> {{ end }} </div> </details>