Skip to content

added profile tooltip#82

Open
pfoytik wants to merge 1 commit intomonlovesmango:masterfrom
pfoytik:master
Open

added profile tooltip#82
pfoytik wants to merge 1 commit intomonlovesmango:masterfrom
pfoytik:master

Conversation

@pfoytik
Copy link
Copy Markdown

@pfoytik pfoytik commented Dec 31, 2022

While scrolling through feeds, users might want to quickly view a profiles description without having to navigate to their profile page. The PR provides a tooltip functionality where if the user hovers the mouse pointer over an avatar image for 1.5 seconds a tooltip pops up showing the avatar, username, and profile description.
pr_image1
pr_image1_zoomed
pr_image2

Changes made (only one file BaseUserAvatar.vue):
q-tooltip was added to BaseUserAvatar with a delay of 1500 which creates a pop upof the users avatar image, name, and profile description using BaseUserName and store.getters.profileDesctiption(). Allows users to access this tooltip anywhere BaseUserAvatar is referenced (followerFeed, globalFeed, Follows, and Messages)

@monlovesmango
Copy link
Copy Markdown
Owner

i definitely agree with the idea but i don't like using tooltip for this. I would want a card that you can then click and interact with. also the grey tooltip background makes links hard to see.

do you know if there is a way to delay the hiding of tooltips?

@pfoytik
Copy link
Copy Markdown
Author

pfoytik commented Jan 4, 2023

I was thinking that we might want clickable, maybe have the follow buttons included as well. I think we can do that with qmenu. I'll try to work it up soon!

@monlovesmango
Copy link
Copy Markdown
Owner

yeah exactly! would be nice if you could follow, copy pubkey, send lightning tip all from that card. sounds good keep me posted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants