qpixel icon indicating copy to clipboard operation
qpixel copied to clipboard

Support more "me" links

Open ArtOfCode- opened this issue 1 year ago • 2 comments

meta:292843

Add "me" links for at least all the public user-profile tabs, ideally the private tabs as well.

ArtOfCode- avatar Oct 20 '24 20:10 ArtOfCode-

I haven't looked into this, but some info from a first glance that I posted in a comment on the Meta post:

For anyone thinking of working on this, the routes file already has routes containing me for at least some of the user page tabs mentioned. It's possible that this is already intended to work, and this feature request might actually be a bug.

trichoplax avatar Oct 20 '24 21:10 trichoplax

My thinking - the routes that have me should work already. For those that don't, there's a set_user handler in the controllers where this is relevant, which could be modified to substitute me for an ID if there's a user signed in.

ArtOfCode- avatar Oct 20 '24 22:10 ArtOfCode-