1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 02:31:17 +02:00

Implement user hover cards and basic profile pages

This commit is contained in:
Toby Zerner
2015-03-12 10:40:03 +10:30
parent 9891e5af18
commit 2fc562e8d1
16 changed files with 252 additions and 18 deletions

View File

@@ -10,6 +10,8 @@ export default DS.Model.extend(HasItemLists, {
email: DS.attr('string'),
password: DS.attr('string'),
avatarUrl: DS.attr('string'),
bio: DS.attr('string'),
bioHtml: DS.attr('string'),
groups: DS.hasMany('group'),