GithubHelp home page GithubHelp logo

Comments (23)

SpaceK33z avatar SpaceK33z commented on May 18, 2024 11

I don't care about the exact time, I like the '2 hours ago', because it gives me a rough estimation. The actual date and time would require me to think a lot more.

from refined-github.

sindresorhus avatar sindresorhus commented on May 18, 2024 5

For me, my day is pretty connected to what happens on GitHub, so having a reference to when things occur is important.

I'm trying to understand this. What exact value do you get from the time? Someone commented something 2 hours ago or 4 hours. How does it make a difference?

Removing it would be like not seeing when you sent or received emails.

I don't think I've ever looked at the time I've received an email. That's the beauty of asynchronous communication, the time really doesn't matter.

from refined-github.

stephenplusplus avatar stephenplusplus commented on May 18, 2024 4

You're too hippy for me, man. I still live in the world where clocks matter. No arguments required, just different philosophies :) I'll shut this down!

from refined-github.

hkdobrev avatar hkdobrev commented on May 18, 2024 3

Just my 2 ยข:

I really like what GitHub is doing with timestamps at the moment. They show relative timestamps for recent events and absolute timestamps for older events. On hover you see the absolute timestamp (from the title attribute) and they show you it's in your timezone. They do this with JavaScript as far as I know. They also update recent relative timestamps dynamically on the page (from time to time).

Using relative timestamps they show you how long ago something was at a glance without making you think whether this is in your timezone (like you need to do in many other systems) and at the same time provide you with the absolute timestamp.

From my point of view - kudos to GitHub.

from refined-github.

CoSyBob avatar CoSyBob commented on May 18, 2024 3

Give me the timestamp . I find hiding that data is as brain damaged as anything MS has ever done .

from refined-github.

heyitsaamir avatar heyitsaamir commented on May 18, 2024 3

Had an issue where we found failures around a certain time. It was so hard to find the PR that might have caused it amongst all the "a day ago", and "6 hours ago" etc. It would be nice to simply tell the time.

from refined-github.

hkdobrev avatar hkdobrev commented on May 18, 2024 1

Showing absolute timestamps from <time> elements is something which could be implemented as a separate extension probably even website-agnostic or supporting multiple websites which do what GitHub does at once.

We're just saying we understand why GitHub does it like they do and we wouldn't change it. Anyone is free to create a project for doing that :-)

Cheers! ๐Ÿป

from refined-github.

jerone avatar jerone commented on May 18, 2024 1

There is an UserScript for this available from the wonderful Mottie: GitHub Static Time.

from refined-github.

Darklocq avatar Darklocq commented on May 18, 2024 1

This relative dating is a nuisance. If you're looking at an old project and trying to figure out which bits were last worked on, it's a really hassle, because EVERYTHING says "5 years ago". Argh.

from refined-github.

stephenplusplus avatar stephenplusplus commented on May 18, 2024

I do appreciate the simplicity, but I almost always prefer "Today, at 11:05 am" as opposed to the sometimes over-lenient "2 hours ago". Probably can wait to hear a few more opinions to know if I'm crazy or not :)

from refined-github.

sindresorhus avatar sindresorhus commented on May 18, 2024

Sorry @stephenplusplus, I just don't see the use-case here. I don't really see the point of the time there at all, tbh. Why would you need to know the time of those events. Maybe we should just remove them completely from the news feed?

from refined-github.

stephenplusplus avatar stephenplusplus commented on May 18, 2024

I think if you want super minimal, that makes sense. For me, my day is pretty connected to what happens on GitHub, so having a reference to when things occur is important. Removing it would be like not seeing when you sent or received emails. I like to connect what I was doing in real life with when something happened on GitHub life, and as I use the clock for real-life, being able to link them in the same language (time) is crucial.

from refined-github.

sindresorhus avatar sindresorhus commented on May 18, 2024

โฐ๐Ÿ’ฅ๐Ÿฆ„โœจ๐Ÿ˜ฌ

from refined-github.

groovycol avatar groovycol commented on May 18, 2024

question: WHERE exactly is the timestamp shown on hover? I've spent 20 minutes trying to track down what time of day "3 days ago" something was merged and am coming up empty. I agree with the simplicity of relative time, but if you can't dig and get actual time, you're not able to trace events

from refined-github.

CoSyBob avatar CoSyBob commented on May 18, 2024

Just making the display a simple sortable directory table would be more useful . I think was exists is too cute at the expense of function . Something I would expect from MS .

from refined-github.

fregante avatar fregante commented on May 18, 2024

WHERE exactly is the timestamp shown on hover?

Everywhere, for me. This the last-modified date of each file on the repo root:

It should work the same way on all relative dates.

from refined-github.

groovycol avatar groovycol commented on May 18, 2024

thanks, @bfred-it I see it now! I think I just wasn't being patient enough earlier, as it takes a bit before it shows up, or my network is a bit slow. As long as the timestamp is findable, it's all good.

from refined-github.

pgorod avatar pgorod commented on May 18, 2024

Recently I started seeing GitHub Issues list with absolute timestamps (updated 08 Nov 2018) instead of relative (2 hours ago) which I definitely prefer. I checked on another browser without Refined GitHub and they're still showing relative as always...

Is Refined GitHub doing this? If so, how can I turn it off?

Thanks!

from refined-github.

Phrynobatrachus avatar Phrynobatrachus commented on May 18, 2024

Don't believe it should be, I see relative with or without RG enabled on Chrome.

from refined-github.

pgorod avatar pgorod commented on May 18, 2024

I am seeing other strange behaviours on Github, things like dropdowns that won't open, or AJAX parts of the page that won't finish loading. I have turned off Adblock and Flashblock for the GitHub site, so that shouldn't be interfering.

I am using an outdated Firefox (v56), I can't update for reasons not worth explaining here.

Maybe some Github update made it less compatible with my browser, I don't know. Anyway thanks for your reply.

from refined-github.

CoSyBob avatar CoSyBob commented on May 18, 2024

I'm finding GitHub so far more complicated than it needs to be that I'm avoiding using it .

from refined-github.

lmilton-ithaka avatar lmilton-ithaka commented on May 18, 2024

I agree. Relative dating is a nuisance. I am trying to find my last successful build after the commit. It is not quick.

from refined-github.

fregante avatar fregante commented on May 18, 2024

For those who find it a nuisance, there's already a solution: GitHub Static Time. Not everything needs to be part of Refined GitHub.

Note that this repo is for a browser extension, it does not belong to GitHub.

from refined-github.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.