hannesmannerheim / qvitter

mirror. moved to https://git.gnu.io/h2p/Qvitter, send merge requests and issues there
https://git.gnu.io/h2p/Qvitter
GNU Affero General Public License v3.0
86 stars 26 forks source link

Show the number of Replies/Repetitions/FAVs directly in the timeline #172

Closed moshpirit closed 9 years ago

moshpirit commented 9 years ago

That would make that the best comments more visible to the users.

I've made this simulation and highlighting the colour of the icons that has been interacted by the users:

simulation

The colours would change if we are one of the users that interact with this message. That way the "Repetition" icon would be green, the "Mark as favourite" would be yellow and I think that the colour of the "Replies" could be blue or maybe it could depends of the background colour, I don't mind.

hannesmannerheim commented 9 years ago

fixed in e3da8af8e2fb824d357ade136ecb1e31b307201c

i decided not to add replies number because there's no support in gnusocial code for this, and it would potentially be resource draining to generate this number.

moshpirit commented 9 years ago

OK thanks anyway :-)