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

Feature: Gravatar User image #578

Open
shelldandy opened this issue Oct 21, 2024 · 1 comment
Open

Feature: Gravatar User image #578

shelldandy opened this issue Oct 21, 2024 · 1 comment
Labels
feature request New feature or request

Comments

@shelldandy
Copy link

<Button
className="border-new-gray-200 aspect-square rounded-full border-4 bg-black p-0 text-white"
variant="ghost"
>
{session.user.name?.charAt(0) ?? "U"}
</Button>

Seems like here could be a great place to add a gravatar image if the user email has it, otherwise fallback to what its there already?

Opening the discussion here, if its something wanted I would love to help in implementing it

@MohamedBassem
Copy link
Collaborator

Sure, I'd be open to having gavatar for images as long as it's gated with an env variables for people who don't want to hit gavatar from their homelab.

@MohamedBassem MohamedBassem added the feature request New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants