mediawiki-extensions-Echo/api
Matthias Mullie da07893647 Display red badge based on time of notifications vs last time panel was opened
I tried to stick as close to the existing code as possible.

Special:Notifications is slightly different from the overlay,
however. I made it add .mw-echo-unread class for consistency,
but that JS doesn't record seen time (it only loads older
entries), not does the CSS fadeout apply there (it marks
everything as read as soon as it's displayed, so different
behavior from overlay)

PS: I'm not sure about browser compat for the fadeout. But
even if some obscure browsers don't support this, meh. It's
not an "important" feature that can't be missed.

Bug: T94634
Change-Id: Ibb201823fb52ef8a3d5eaa39b0b724ede8d271d1
2015-05-01 11:39:45 -07:00
..
ApiEchoMarkRead.php Remove 'uselang' parameter hack which is no longer needed 2014-11-05 13:34:42 -08:00
ApiEchoMarkSeen.php Display red badge based on time of notifications vs last time panel was opened 2015-05-01 11:39:45 -07:00
ApiEchoNotifications.php Remove obvious function-level profiling 2015-02-10 14:32:58 -08:00