decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
383 stars 119 forks source link

Hover-over timestamps are unfriendly #1331

Closed ethteck closed 2 months ago

ethteck commented 3 months ago

image

It's good that we show the day and time. I think we can avoid showing a resolution beyond single seconds, though. and adding some spaces for readability would be ideal.

maybe just 2024-07-28 18:40:31 +09:00

We should check to see if this is an issue in other places besides just the about scratch page, for good measure

ankitjha420 commented 3 months ago

Hello, here's what I'd do to fix this issue -> The hover-on text comes from the title of

mkst commented 2 months ago

image

What am I missing?

ankitjha420 commented 2 months ago

@mkst the time displayed on the hover-over is too detailed, the seconds part can just be an int instead of a float with 6 digits after the decimal point.

ethteck commented 2 months ago

You said "instead of 8 minutes ago, we'll use 8 minutes ago" - there was no difference between the two, so that was confusing. Also, the "x minutes ago" isn't the hover-over text. We just want to change the string format to the one I specified