mediawiki-extensions-Echo/modules/ui
Roan Kattouw d36c0ab123 Fix truncation of notification headers
We need a fixed-width CSS table with a number of fixed-width
cells and one cell that takes up the remaining width, with
text truncation. This is a pain to do with CSS tables,
but this trick I found on StackOverflow[1] works well:
wrap the contents of the cell in a div that's position: relative;,
containing another div that's position: absolute; width: 100%;

[1] http://stackoverflow.com/questions/7569436/css-constrain-a-table-with-long-cell-contents-to-page-width

Bug: T140349
Change-Id: I507f915f06185c767d7a5c8edbff6c341e07b6e2
2016-07-18 17:06:48 -07:00
..
mw.echo.ui.ActionMenuPopupWidget.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.ui.BadgeLinkWidget.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.ui.BundleNotificationItemWidget.js Expandable bundle 2016-06-28 15:37:54 -04:00
mw.echo.ui.CrossWikiNotificationItemWidget.js Change 'messages' to 'notices' throughout the interface 2016-07-07 15:57:49 -07:00
mw.echo.ui.CrossWikiUnreadFilterWidget.js Store local source as 'local' rather than dbName 2016-07-07 12:20:39 -07:00
mw.echo.ui.DatedNotificationsWidget.js Add a cross-wiki sidebar to the Special:Notifications page 2016-06-21 14:49:42 -07:00
mw.echo.ui.DatedSubGroupListWidget.js Initial version of Special:Notifications Javascript page 2016-05-27 13:42:25 -07:00
mw.echo.ui.FooterNoticeWidget.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.ui.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.ui.MenuItemWidget.js Refactoring Echo's front end for MVC 2016-05-18 12:28:45 -07:00
mw.echo.ui.NotificationBadgeWidget.js Merge "Add a SeenTimeModel to handle seenTime in sources" 2016-07-18 13:01:35 +00:00
mw.echo.ui.NotificationItemWidget.js Fix truncation of notification headers 2016-07-18 17:06:48 -07:00
mw.echo.ui.NotificationsInboxWidget.js Add a SeenTimeModel to handle seenTime in sources 2016-07-15 11:25:38 -07:00
mw.echo.ui.NotificationsListWidget.js Expandable bundle 2016-06-28 15:37:54 -04:00
mw.echo.ui.NotificationsWrapper.js Remove automatic mark-as-read-when-seen 2016-06-17 17:09:25 +01:00
mw.echo.ui.PageFilterWidget.js Merge "CrossWikiUnreadFilterWidget: Remove unused this.localSource" 2016-06-27 13:28:06 +00:00
mw.echo.ui.PageNotificationsOptionWidget.js Dim the title of current wiki if it has 0 notifications 2016-07-15 11:42:47 -07:00
mw.echo.ui.PaginationWidget.js Display a message if there are no notifications in Special:Notifications 2016-05-31 23:13:48 +00:00
mw.echo.ui.PlaceholderItemWidget.js Support for PlaceholderWidget with no link 2016-06-22 12:54:13 -04:00
mw.echo.ui.ReadStateButtonSelectWidget.js Filter notifications by read state in Special:Notifications 2016-05-27 13:47:41 -07:00
mw.echo.ui.SingleNotificationItemWidget.js Fix mark xwiki as read 2016-07-04 10:00:59 -04:00
mw.echo.ui.SortedListWidget.js Fade in/out elements that are moved in the notifications list 2016-07-15 18:04:49 +00:00
mw.echo.ui.SubGroupListWidget.js Properly aggregate the itemUpdate event 2016-07-07 19:08:47 +00:00
mw.echo.ui.ToggleReadCircleButtonWidget.js Change mark as read buttons to circles 2016-06-21 11:54:00 -07:00