all repos — honk @ 7aa78da559b87698acd4937421e342ef70b85035

my fork of honk

untag me is clearer name for untag
Ted Unangst tedu@tedunangst.com
Thu, 31 Oct 2019 03:21:46 -0400
commit

7aa78da559b87698acd4937421e342ef70b85035

parent

3b541a0f25c5bd7dabbb351c87a3fc65c4e4989a

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

jump to
M docs/changelog.txtdocs/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.1docs/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.htmlviews/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>