mediawiki-extensions-Echo/modules/viewmodel
Moriel Schottlender c5905962ab Only load ext.echo.ui if the user clicks the echo badge
There is no need to load the entire of Echo's ui module (especially
since that includes ooui widgets and their styles) on every page load.
There's only need to load the entire module if and when a user clicks
the Echo notification badge.

Also, make the echo.dm model accept an external fetchNotifications
promise so we can send the API request alongside loading the echo UI
and "feed" it into the DM for processing.

CSS adjusted to make the "jump" between the nojs and the js buttons
seem less jumpy.

Bug: T112401
Change-Id: I516e655ffd198511d694489a0702c5c713a5fd68
2015-09-15 17:11:46 -07:00
..
mw.echo.dm.js Split alerts and messages in Echo 2015-09-02 15:36:37 -07:00
mw.echo.dm.List.js Split alerts and messages in Echo 2015-09-02 15:36:37 -07:00
mw.echo.dm.NotificationItem.js Split alerts and messages in Echo 2015-09-02 15:36:37 -07:00
mw.echo.dm.NotificationList.js Split alerts and messages in Echo 2015-09-02 15:36:37 -07:00
mw.echo.dm.NotificationsModel.js Only load ext.echo.ui if the user clicks the echo badge 2015-09-15 17:11:46 -07:00