mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 20:13:47 +08:00
a8b5192efd
Re-organise user page so it is easier to find interesting info split it into tabs - Introduce notifications and messages tabs - Stop couting stuff for the user page to speed up rendering - Suppress more information when viewing your own profile
7 lines
229 B
JavaScript
7 lines
229 B
JavaScript
import UserActivityStreamRoute from "discourse/routes/user-activity-stream";
|
|
import UserAction from "discourse/models/user-action";
|
|
|
|
export default UserActivityStreamRoute.extend({
|
|
userActionType: UserAction.TYPES["edits"]
|
|
});
|