untag me is clearer name for untag
Ted Unangst tedu@tedunangst.com
Thu, 31 Oct 2019 03:21:46 -0400
3 files changed,
3 insertions(+),
3 deletions(-)
M
docs/changelog.txt
→
docs/changelog.txt
@@ -4,7 +4,7 @@ -- next
+ Allow PDF attachments. For serious business only. -+ "Untag" button to mute part of a thread. ++ "untag me" button to mute part of a thread. ++ Subscribe to hashtags.
M
docs/honk.1
→
docs/honk.1
@@ -113,7 +113,7 @@ 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 +.It Ic untag me Sometimes a thread goes on entirely too long. Untag will hide further replies to the selected post, but without muting the entire thread.
M
views/honk.html
→
views/honk.html
@@ -114,7 +114,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, 'untag', '{{ .Honk.XID }}');">untag</button> +<button onclick="return flogit(this, 'untag', '{{ .Honk.XID }}');">untag me</button> <button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button> </div> </details>