document untag button
Ted Unangst tedu@tedunangst.com
Tue, 29 Oct 2019 15:35:06 -0400
3 files changed,
8 insertions(+),
1 deletions(-)
M
docs/changelog.txt
→
docs/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.1
→
docs/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.html
→
views/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>