spazproject / Spaz-Enyo

A version of Spaz targeted for tablet devices
http://getspaz.com
Other
45 stars 10 forks source link

Color mentions and dms differently #48

Closed funkatron closed 13 years ago

funkatron commented 13 years ago

We should differentiate mentions and dms somehow; perhaps with a colored gradient in the bg. Open to suggestions.

paddycarver commented 13 years ago

Thoughts on providing a setting for this? I'm flying blind after a week of not playing with the source (I'm a bad person, I know), but I'm pretty sure this would be easy enough to do, so I'd be willing to take it on. Just need to figure out exactly what it should be-- preference, hard-coded, etc.

funkatron commented 13 years ago

So my feeling is that we keep it simple for now and hard-code it into the theme – that's how we've generally approached it in previous versions. I was hoping Tibfib would take the lead here, since he's leading UI stuff. OH TIBFIB!

willhoney7 commented 13 years ago

oh yeah, I can do this one. I'll do it now.

I was also thinking about just hard-coding it into the theme.

willhoney7 commented 13 years ago

This is done, UI wise. It just needs @funkatron or someone else to hook in an "is_mention" property for entries. see apputils.js

funkatron commented 13 years ago

Added is_mention in 2ffe264a20f52153d7934ccbcf2e403e6b75654e

willhoney7 commented 13 years ago

Alrighty, closed!