This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components
Boris 0ad869c256 Align basic-topic-list table structure with Categories page topic-list table structure
This is an optimization for people that choose their table row highlighting to be inverse of the default Discourse theme.
If people choose to have the heading row (or individual th columns) and 'even' rows highlighted in topic-list.scss for the Categories page, the alternate coloring is not carried over to the User Activity page's Messages list. Because the basic-topic-list table there doesn't use the THEAD and TBODY wrappers, the first data row is effectively an 'odd' row, so highlighting is now applied both on the heading row and the first data row.
By adding the THEAD and TBODY wrappers, we make sure that the table structures across the app are the same and global row highlighting styles work out of the box also on the User Activity page.
2014-03-27 17:15:32 +11:00
..
auto-close-form.js.handlebars Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00
basic-topic-list.js.handlebars Align basic-topic-list table structure with Categories page topic-list table structure 2014-03-27 17:15:32 +11:00
bread-crumbs.js.handlebars Prevent rendering of excessive <li> wrapper around a category breadcrumb which already is a <li>. 2014-03-21 16:58:06 +11:00
category-drop.js.handlebars Fix some bad HTML 2014-03-18 19:09:49 -07:00
category-group.js.handlebars FEATURE: Added UI for adding and removing watched and muted categories 2014-01-02 17:59:08 +11:00
groups-list.js.handlebars Add groups list to the poster expansion when you click an avatar while 2014-02-10 12:30:36 -05:00
home-logo.js.handlebars Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00
private-message-map.js.handlebars FIX: Adding components to a ContainerView doesn't set the context 2014-01-20 17:13:36 -05:00
screened-ip-address-form.handlebars REFACTOR: Fixes poor class hierarchy for listing topics 2014-01-18 19:26:24 +01:00
sortable-heading.js.handlebars REFACTOR: Fixes poor class hierarchy for listing topics 2014-01-18 19:26:24 +01:00
toggle-summary.js.handlebars Show estimated reading time near summarize button. 2013-12-10 13:47:36 -05:00
topic-map.js.handlebars Create a cold age helper, make sure the first age column is strictly 2014-03-10 15:02:39 -04:00
topic-participant.js.handlebars REFACTOR: Fixes poor class hierarchy for listing topics 2014-01-18 19:26:24 +01:00