Robin Ward
1de9c3b04a
Migrate more helpers to ES6 format.
2014-09-12 14:27:34 -04:00
Zane Beckman
216ee9f2f1
Add css selector for 'star' th element
...
Allows custom css rules to hide this column.
2014-09-12 11:04:47 -04:00
Robin Ward
ffc136e9ac
FIX: Category topic new posts were the wrong color
2014-09-10 16:10:49 -04:00
Robin Ward
0b6c84e292
UX: Remove background color from new badge. DRY up lots of repeated code
...
for rendering badges on topics.
2014-09-03 12:22:18 -04:00
Jeff Atwood
4281b16616
UX: dim the new and unread education
2014-08-29 22:54:11 -07:00
cpradio
096bc0c0ae
Merge branch 'keyboard-binding-new-topics-banner' into dismiss-keyboard-bindings
...
Conflicts:
app/assets/javascripts/discourse/lib/keyboard_shortcuts.js
2014-08-29 09:36:34 -04:00
cpradio
9e72b97a75
Corrected an issue with using the same ID for the header/footer of the buttons
2014-08-29 08:33:45 -04:00
cpradio
ed8d828ff1
FIX: Added keyboard bindings for dismiss buttons
2014-08-29 08:04:57 -04:00
Robin Ward
69cb5bc425
FIX: Centralize Top rendering, remove old code paths. Fix some bugs.
2014-08-28 14:34:31 -04:00
Jeff Atwood
95f9943d28
remove <br/> from top non-mobile layout
2014-08-25 22:42:41 -07:00
Robin Ward
a568696098
FIX: Add the <br/> without removing stuff
2014-08-25 18:56:27 -04:00
Robin Ward
939b7ce7e2
Revert "FIX: Added <br/> for @coding-horror"
...
This reverts commit d62218fb5b .
2014-08-25 18:56:27 -04:00
Robin Ward
d62218fb5b
FIX: Added <br/> for @coding-horror
2014-08-25 17:21:01 -04:00
Robin Ward
c1aa2458f8
UX: Add drop down for top lists, big refactor of repeated code.
2014-08-21 16:08:47 -04:00
Jeff Atwood
7dd6b43e8a
missed the posts TH on /categories
2014-08-20 13:54:31 -07:00
Jeff Atwood
5f0b8e3d93
remove posts column from /categories
2014-08-20 13:43:00 -07:00
Robin Ward
eb02619d1f
UX: Move topic entrance widget to posts column
2014-08-20 14:15:23 -04:00
Neil Lalonde
0841cd2ba6
FEATURE: Add education text to new and unread pages when there are no results
2014-08-18 16:17:40 -04:00
Robin Ward
aa41548e8e
UX: When clicking an activity date, pop up a little menu with options to
...
go to beginning or end of the topic.
2014-08-15 16:39:57 -04:00
Robin Ward
c2c256cdd9
FIX: Bug with cached topics not being marked as read in your topics
...
list.
2014-08-14 18:31:02 -04:00
Robin Ward
6f3db0e386
UX: Squash activity columns together. Show a cold map on the difference
...
between the last post and original post dates. Fix some missing classes
in the mobile templates and topic map.
2014-08-14 16:06:27 -04:00
Robin Ward
f1572a43e1
UX: Remove drag and drop reordering of categories. It was not working
...
perfectly and you can re-order using the modal number.
2014-08-12 17:14:02 -04:00
Robin Ward
de73e9fb56
UX: Remove likes column, use heat map on posts count
2014-08-12 14:03:52 -04:00
Sam
49f738fe27
FEATURE: allow users to dismiss unread posts
2014-08-08 16:29:51 +10:00
Sam
4536f772c1
FIX: more reliable topic list counts
...
- unread was not incrementing when you read last post on topic
- new notifications were being inserted even if they existed in list
- terminology was all mixed up "1 new posts", split to 3 messages
- latest behaves as expected, updating count of new and updated topics
2014-08-05 13:27:34 +10:00
Sam
ef5b18779e
FEATURE: merge new and old unread counts on categories page
...
UI: restyle UI to match counts
2014-08-05 10:44:01 +10:00
Jeff Atwood
6fb683ff9a
tone down new/unread on /categories
2014-08-04 15:41:46 -07:00
Régis Hanol
d13d42f3f6
FIX: automatic redirection to /top was a bit janky
2014-08-02 00:34:58 +02:00
Sam
7d331760db
FIX: not clearing floats in firefox
2014-08-01 12:52:37 +10:00
Régis Hanol
b196de0821
TRIVIAL: use class instead of id for the 'topic-list'
2014-07-29 23:38:36 +02:00
Sam
7c83823a95
FEATURE: Dismiss unread / new at top if more than 30.
2014-07-29 14:12:41 +10:00
Robin Ward
6d3efc9a58
TRIVIAL: Added "has-logo" and "no-logo" classes for styling categories
2014-07-17 15:57:17 -04:00
Robin Ward
462dcadd01
FEATURE: Subcategory list on parent subcategory page.
2014-07-02 16:47:43 -04:00
Robin Ward
37ed5a3001
FEATURE: Show logos on the categories page, if present
2014-07-01 16:25:22 -04:00
Robin Ward
bad5938cdd
ES6: All list views
2014-07-01 12:02:06 -04:00
Robin Ward
d9fb5c4468
TRIVIAL: Remove border thickness from handlebars template. Just do the
...
color there.
2014-06-23 11:44:23 -04:00
Robin Ward
f027563447
Add group icon to restricted parent categories
2014-06-20 12:50:13 -04:00
Robin Ward
56096619c0
FIX: Use secondary category color for stripes when only showing the
...
stripe.
2014-06-20 12:46:42 -04:00
Robin Ward
7ae4c4dedc
COSMETIC: visual tweaks to the categories page
2014-06-19 17:11:45 -04:00
Régis Hanol
3b6b2770f3
BUGFIX: date of the post in the share dialog is now properly bound
...
CLEANUP: removed all unused handlebars helpers
REFACTOR: removed 'unbound' prefix (for performance reasons, helpers are unbound by default)
REFACTOR: added 'bound' prefix to bound helpers
REFACTOR: renamed helper using 'foo-bar-foo' syntax (instead of camel case)
2014-06-10 19:04:31 +02:00
Robin Ward
bb0cf87684
ES6: All components ported over
2014-06-03 12:11:17 -04:00
Jeff Atwood
46ec6e671a
add slashes to category page units
2014-05-31 15:26:36 -07:00
Robin Ward
663c57a0f0
ES6: Most controllers converted over now.
2014-05-27 10:51:03 -04:00
Neil Lalonde
27cbc06563
Add fixed_category_positions site setting to handle whether categories are ordered by specified positions or by activity.
2014-05-16 11:33:52 -04:00
Jeff Atwood
0e758c5a84
remove subcategories text from categories page
2014-05-12 15:21:28 -07:00
Régis Hanol
f9e49624b2
BUGFIX: button styling on /top page
2014-05-08 00:47:10 +02:00
Régis Hanol
39cc147138
BUGFIX: only redirect users top /top page once
2014-04-21 20:00:37 +02:00
Régis Hanol
561f7e0148
BUGFIX: add h2 with period when browsing top pages
2014-04-21 20:00:30 +02:00
Robin Ward
b3ed8b6a32
Use query params for sortable table headings
2014-04-17 10:52:57 -04:00
Robin Ward
c820747ea3
FIX: Malformed HTML in templates
2014-04-17 10:45:06 -04:00