AliceCA / Overchan-Android

Meta Imageboard Client
http://miku-nyan.github.io/Overchan-Android
GNU General Public License v3.0
30 stars 7 forks source link

Represent number of replies as a bar of characters in the 'show replies as list' feature #58

Open run-dey opened 6 years ago

run-dey commented 6 years ago

Currently, in said mode, the link that expands the reply list is simply "%d replies". This doesn't help to quickly identify the posts with most replies.

I suggest that there be an option that makes the link a bar of chars instead, one char per reply, like this:

···· ·························· ·

Depending on your liking, the word 'replies' may or may not be present, as may or may not a final digital reply count, ie. ··· (3). I however think the barest version is best.

This way, identification of important posts would be easy.

The character used above is U+00B7 MIDDLE DOT. For best visibility, dots may even be space-separated; posts that would cause line-breaking would be extremely rare either way.

Thank you.

Sent from a disposable GitHub account.

run-dey commented 6 years ago

In fact, maybe it would be best to let users enter the bar unit string to repeat, so that it could be multi-char or even multi-line. In absence of a user-provided value, current, non-bar behaviour may be default.