Feature Requests [OLD]
Root / Site Discussion / [.]
When I get a notification, I'd like to be notified on the chat. This way I don't have to go on another tab every time just to see if I got one.I agree, this would definitely be a nice addition!
Can you please add some sort of color picker into the chat draw thing on Phones (IPhone specifically) It can just be something simple like a selection of pre-picked colors on the sidebarIf you have the image converter thing you can just click the bottom image preview I think unless that doesn't work on phones
When I get a notification, I'd like to be notified on the chat. This way I don't have to go on another tab every time just to see if I got one.
Spoiler
var previousNotificationCount = 0, previousMessageCount = 0; function chatCheckNotifications(force = false) { genericXHRSimple("/query/request/notifications?count=1",function(e){ var result = JSON.parse(e).result; if (force || result.notifications != previousNotificationCount || result.messages != previousMessageCount ){ systemMessage("You have "+result.notifications+" new notifications and "+result.messages+" new messages."); previousNotificationCount = result.notifications; previousMessageCount = result.messages; } }); } chatCheckNotifications(); commands.push(new Command("checkNotifications", function() { chatCheckNotifications(true); })); setInterval(chatCheckNotifications,60 * 1000);
The ability to upvote comments (and possibly forum threads). Sometimes comments are just really useful (or funny) and I wish I could upvote people's comments to let them know that I liked their comment.Yes, and then it'd be easier for people to find relevent material, like bugs or other things like such.
The ability to upvote comments (and possibly forum threads). Sometimes comments are just really useful (or funny) and I wish I could upvote people's comments to let them know that I liked their comment./upvote
Yes.Bold, italics, underline, strikethroughs in the chat maybeNo.