A bunch of tweaks to the Users directory
- Move user directory from `/directory` to `/users/` - Defaults to 'weekly' time period - Don't include deleted topics/posts in the results - Move heart icon to header instead of on each row - "Users" instead of "Users found"
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
export default Ember.Controller.extend({
|
||||
queryParams: ['order', 'asc'],
|
||||
queryParams: ['period', 'order', 'asc'],
|
||||
period: 'weekly',
|
||||
order: 'likes_received',
|
||||
asc: null,
|
||||
|
||||
Reference in New Issue
Block a user