all repos — honk @ 399b0e6e2ec2ab4677ca0b4bf2ec10732f7323ca

my fork of honk

document untag button
Ted Unangst tedu@tedunangst.com
Tue, 29 Oct 2019 15:35:06 -0400
commit

399b0e6e2ec2ab4677ca0b4bf2ec10732f7323ca

parent

70e5ec8a89470648a132a8cae4e3dd88f6bc23d1

3 files changed, 8 insertions(+), 1 deletions(-)

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

@@ -2,6 +2,8 @@ changelog

-- next ++ "Untag" button to mute part of a thread. + ++ Subscribe to hashtags. + Inline images in posts. Send and receive.
M docs/honk.1docs/honk.1

@@ -106,6 +106,11 @@ Acknowledge reading this post.

Typically if it's a reply to one's own post. .It Ic save Save this honk to make it easy to find later. +.It Ic untag +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 edit Change it up. Alas, Update activities do not federate reliably.
M views/honk.htmlviews/honk.html

@@ -112,7 +112,7 @@ <button onclick="return flogit(this, 'unsave', '{{ .Honk.XID }}');">unsave</button>

{{ else }} <button onclick="return flogit(this, 'save', '{{ .Honk.XID }}');">save</button> {{ end }} -<button onclick="return flogit(this, 'desub', '{{ .Honk.XID }}');">desub</button> +<button onclick="return flogit(this, 'desub', '{{ .Honk.XID }}');">untag</button> <button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button> </div> </details>