Improve MyGroups UI
as per design layed out by @tur2live!
This commit is contained in:
parent
21b684381d
commit
b0f8619754
3 changed files with 40 additions and 9 deletions
|
@ -138,6 +138,8 @@ class FlairStore extends EventEmitter {
|
|||
this._groupProfiles[groupId] = {
|
||||
groupId,
|
||||
avatarUrl: profile.avatar_url,
|
||||
name: profile.name,
|
||||
shortDescription: profile.short_description,
|
||||
};
|
||||
setTimeout(() => {
|
||||
delete this._groupProfiles[groupId];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue