-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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 customize Login page icon with <Login avatarIcon>
#9917
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, which I approve.
However, since this is a new feature, it needs to target the next
branch. Can you rebase?
As a reminder, React Admin v4 is now feature-freeze, which means this new feature will have to be released with React Admin v5.
Thanks again for your contribution!
a91a5be
to
7755320
Compare
@slax57 Branch has been rebased. |
Would you mind adding a story for it? We don't have any for this component so take inspiration from the |
It seems your branch now includes too many commits. Looks like you messed up the rebase 😬 . Can you fix the branch? 🙏 |
d191ed9
to
4829269
Compare
4829269
to
6f10f1c
Compare
@slax57 Not sure what happened, but the branch has been cleaned up. I still plan on getting a story added for this, I just have been busy and haven't had time to get to it. |
No worries, we'll wait on the story then. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Sorry for taking so long to review 😬
<Login avatarIcon>
This is a pull request for issue #9916. It adds an avatarIcon property to the Login component w/ a default of the Lock icon. This allows for overriding the icon without having to copy the complete component.
Ideally, this would be included as part of a v4 point release. This is my first pull request, so please let me know if there is anything else needed.
--
Fix #9916