mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Implement user hover cards and basic profile pages
This commit is contained in:
7
ember/app/views/user.js
Normal file
7
ember/app/views/user.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
import HasItemLists from 'flarum/mixins/has-item-lists';
|
||||
|
||||
export default Ember.View.extend(HasItemLists, {
|
||||
itemLists: ['sidebar']
|
||||
});
|
Reference in New Issue
Block a user