https://bugzilla.wikimedia.org/show_bug.cgi?id=53879
Steven Walling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Steven Walling <[email protected]> --- (In reply to comment #0) > Thanking a user is too hard, and requires a confirmation step. This is unlike > any site where similar functionality exists. > > Recommendation : hold thank action in a queue for 30 seconds (60?) in which > the > thanker can click "thanked" to unthank with no notification sent to the > target > of the thanks. After the queue expires, the user can unthank but no action > will > occur other than "Thanked" changing back to "Thank" I think the confirmation step is probably fine, considering there's also a confirmation for undo. Jared is right that it's weird to require a confirmation on a thanks action like this, but the root cause here is that page histories are a cluttered mess with a poor visual hierarchy of actions. But we're not going to solve that right now. An incremental improvement here would be to make the confirmation not require a modal (e.g. do it inline via JS), or provide a quick un-send function inline. The jquery.ui modal that it being used now is a huge overkill. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
