sindresorhus/refined-github

Alternative approach for `comments-time-machine-links` #2618

fregante posted onGitHub

The timemachine link is useful but I never click it unless I really need that version, and most of the time I don't know this until I click the main link.

I suggest dropping the icon (closes #2131) and, instead, waiting for the user to click the link.

On the resulting page:

This also makes it easier to enable https://github.com/sindresorhus/refined-github/issues/1953 because we don't have to query each link on the page before adding the link: we just query the current page.


For this to be possible, instead of adding an icon to these links, we should add a ?linked-time=${timestamp} parameter so this information is available on the linked page.

Test


Sounds good 👍

posted by sindresorhus over 5 years ago

Here's something easy to add in both cases (existing file or 404 page) and easy to understand:

<img width="799" alt="" src="https://user-images.githubusercontent.com/1402241/75562528-b1e4d100-5a83-11ea-9121-61f1d2913bd6.png">

Example code:

<div id="js-flash-container">
  <div class="flash flash-full flash-notice">
      <div class="container-lg px-2">
        <button class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">{xIcon()}</button>
        You can also <a href="">view this file as it appeared at the time of the comment</a> (4 days ago)
        </div>
    </div>
</div>
posted by fregante about 5 years ago

Fund this Issue

$0.00
Funded

Pull requests