In response to blip #134001

SNPtheCat said:
Is this desktop exclusive? I don't think mobile has hover (also what does it do)

I believe that a long tap should be treated as hover, it does on Firefox, at least.

the first one replaces the "<time> ago" with the actual timecode when you hover/click. it's a little annoying to have need the context menu to pop up to be able to see it on mobile but it's the best I could think of. I tried having it display all the time as an ::after but it was kinda distracting.
I also tried to get it to display on another line when it was part of a user comment/message, but it just wasn't cooperating.

the second one displays page <x>/<y> after the pool title. I'd prefer if it was just like [<x>/<y>] but I can't really do much, since "page" is part of the actual attribute.

Responses

In response to blip #134002

the time one's still a little weird since I made it so it works on any time element which means it causes the forum posts to bounce around if you touch the times.

I'm also just not sure I love the way I implemented it, I might figure out something better at some point. preferably something that dosn't require you to pop up the context menu.

In response to blip #134002

dba_afish said:
I believe that a long tap should be treated as hover, it does on Firefox, at least.

the first one replaces the "<time> ago" with the actual timecode when you hover/click. it's a little annoying to have need the context menu to pop up to be able to see it on mobile but it's the best I could think of. I tried having it display all the time as an ::after but it was kinda distracting.
I also tried to get it to display on another line when it was part of a user comment/message, but it just wasn't cooperating.

the second one displays page <x>/<y> after the pool title. I'd prefer if it was just like [<x>/<y>] but I can't really do much, since "page" is part of the actual attribute.

Oooh, thanks, this is pretty useful.