Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to configure the information displayed for logged in users #2615

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

javiereguiluz
Copy link
Collaborator

In lots of apps my backend shows something ugly like this:

before-user

This PR allows to configure the user name and/or avatar, so you can do things like this:

after-user

(note: in my case, my user avatar is like a generic user icon ... but for normal people the difference will be more noticeable)

@javiereguiluz javiereguiluz added this to the 2.x milestone Feb 5, 2019
Copy link
Collaborator

@yceruto yceruto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition, I like it a lot, thanks!

@javiereguiluz javiereguiluz merged commit 562b761 into master Feb 6, 2019
javiereguiluz added a commit that referenced this pull request Feb 6, 2019
… in users (javiereguiluz)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Allow to configure the information displayed for logged in users

In lots of apps my backend shows something ugly like this:

![before-user](https://user-images.githubusercontent.com/73419/52290635-c46c0400-2970-11e9-9d16-101129793aab.png)

This PR allows to configure the user name and/or avatar, so you can do things like this:

![after-user](https://user-images.githubusercontent.com/73419/52290650-ce8e0280-2970-11e9-8665-8ac233811bb7.png)

_(note: in my case, my user avatar is like a generic user icon ... but for normal people the difference will be more noticeable)_

Commits
-------

562b761 Allow to configure the information displayed for logged in users
@javiereguiluz javiereguiluz deleted the user_info branch February 10, 2019 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants