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

Make post timestamp clickable #7367

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

c960657
Copy link
Contributor

@c960657 c960657 commented Jan 5, 2025

Make the timestamp in post thread view a clickable link, like on Facebook, Instagram, X, Mastdon, etc.

Fixes #6232.

@pyxfluff
Copy link

pyxfluff commented Jan 5, 2025

Personally I think it should just copy the URL Instead of opening it in a new tab, much ore useful.

@c960657
Copy link
Contributor Author

c960657 commented Jan 5, 2025

It doesn't open a new tab.

@pyxfluff
Copy link

pyxfluff commented Jan 6, 2025

My point for copying the link still stands, going to the menu is inconvenient

@c960657
Copy link
Contributor Author

c960657 commented Jan 6, 2025

Hmm, wouldn't it be confusing/non-standard if clicking a text that looks like a link writes to the clipboard?

@auroursa
Copy link
Contributor

auroursa commented Jan 7, 2025

Hmm, wouldn't it be confusing/non-standard if clicking a text that looks like a link writes to the clipboard?

I think that sounds great! It might be even better to explicitly notify the user that the link has been copied to the clipboard, similar to when selecting "Copy Link" from the context menu.

@pyxfluff
Copy link

pyxfluff commented Jan 7, 2025

💯 to the above reply. i want to be able to click it and have a "Link copied to clipboard!" alrert and move on without having to dig through submenus.

@c960657
Copy link
Contributor Author

c960657 commented Jan 7, 2025

Ok, let's do it :-)

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.

I think clicking the timestamp in fullscreen posts should open the post's url
3 participants