discourse/app/assets/javascripts
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
..
admin BUGFIX: mismatched braces 2014-03-26 18:17:40 +01:00
defer BUGFIX: Do not allow font tags. 2014-02-20 11:10:56 -05:00
discourse Align basic-topic-list table structure with Categories page topic-list table structure 2014-03-27 17:15:32 +11:00
docs Ember Upgrade: 1.0 2013-10-01 11:16:27 -04:00
locales Remove trailing commas, add trailing semicolons 2014-03-18 18:21:10 -07:00
admin.js.erb allow apps to give custom admin javascripts 2014-03-17 13:19:08 +01:00
application.js.erb FEATURE: allow plugins to overwrite handlebars templates 2013-12-31 16:43:29 +01:00
discourse.js FEATURE: refactor notice code, add optional global notice. 2014-03-24 16:51:48 +11:00
ember_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
env.js shorter message for untranslated strings 2013-11-04 11:52:12 +01:00
jquery_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
main_include.js Add a way to flag a topic 2014-02-12 12:57:55 -05:00
main_include_admin.js FEATURE: upload backups 2014-02-22 01:41:01 +01:00
pagedown_custom.js Enable JSHINT's unused option. It caught a bunch of suspicious stuff which is fixed in this commit. 2013-12-30 13:30:22 -05:00
preload_store.js Upgrade JSHint. Fixes linting issues. 2013-12-30 12:42:05 -05:00
vendor.js Extract breaking up a string into a separate file, include it in 2014-03-20 14:34:51 -04:00